I can\'t seem to find decent documentation on haskell\'s POSIX implementation. Specifically the module Text.Regex.Posix.
Text.Regex.Posix
Can anyone point me in the rig
I solved in this case by matching
((.*)|\n*)*
Although this may not always work depending on your expression. The above solution is probably the best way to go if you're able to.