Subject: [Boost-users] Can I use Boost.Regex with multilne text to be recognized?
From: Ramon F Herrera (ramon_at_[hidden])
Date: 2009-09-14 20:12:46


More accurately, my question should be:

How hard (or easy) is it to deal with multiple lines of parsed text in
Regex?

Is there anything special to do? (such as defining an end of line
character(s))

Perhaps the best advice is to stay away from Regex and use something
more powerful (such as Xpressive)?

TIA,

-Ramon