From: John Maddock (john_at_[hidden])
Date: 2006-06-13 05:08:27


Renjie Zhao wrote:
>> Can any one tell me how to specify "Multiline" search while using
>> regex?

Multiline is the default. I suggest you verify that your string actually
has \r's in it: if it has been read in with std iostreams it most certainly
will not.

John.