Boost logo

Boost Users :

Subject: Re: [Boost-users] [Regex] Is it possible to match any "linebreak"
From: John Maddock (boost.regex_at_[hidden])
Date: 2012-03-20 14:54:58


> Is there a way to have a regex like
> [[:digit:]]{3}([^\n]+)\n?
> have \n match any line breaking character?
> (The processed files might have Unix or DOS line endings.)

Use \R, see:
http://www.boost.org/doc/libs/1_49_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html#boost_regex.syntax.perl_syntax.matching_line_endings

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net