newline

  1. A

    Regular expressions in python

    hello everybody, I want to create a regular expression (in Python) for which I select all the string in between /* and */ including all spaces, tabs, newline etc. for example, /* HELLO */ /* HELLO EVERYONE */ these should be selected with and without \n. I have trying for 2 hrs and still...
Top Bottom