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.

      Last modified on 20 October 2010, at 19:02