15 Jul
2010
15 Jul
'10
7:44 a.m.
On Thu, Jul 15, 2010 at 3:19 AM, prad <prad@towardsfreedom.com> wrote:
python requires setting the re.S flag
Note that Haskell also allows you to do things like that though you must compile the regexp with the proper flags, you can't use a simple string as a regexp anymore (mkRegexpWithOpts False False "regexp" compile with "single-line" semantics (ie. "." will match \n)). -- Jedaï