$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Can I use Boost.Regex with multilne text to berecognized?
From: John Maddock (john_at_[hidden])
Date: 2009-09-18 06:30:01
> How hard (or easy) is it to deal with multiple lines of parsed text in
> Regex?
Multiline support is the default behaviour.
> Is there anything special to do? (such as defining an end of line
> character(s))
No.
HTH, John.