Script Languages Synopsis/String/regexp
Python:
There is nothing like a =~ operator. Use either the regex module (cf. http://www.amk.ca/python/howto/regex/), or a string function. Often, the string's .find() method will do.
Python:
There is nothing like a =~ operator. Use either the regex module (cf. http://www.amk.ca/python/howto/regex/), or a string function. Often, the string's .find() method will do.