[Haskell-beginners] Re: why is something different within a function when it comes out?

Chaddaï Fouché chaddai.fouche at gmail.com
Thu Jul 15 03:44:18 EDT 2010


On Thu, Jul 15, 2010 at 3:19 AM, prad <prad at 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ï


More information about the Beginners mailing list