$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.)
HTH, John.