$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-04-27 09:57:05
> In match_flag_type.html it says that match_single_line is "Equivalent
> to Perl's s/ modifier". That is wrong, match_single_line is actually
> the inverse of Perl's /m modifier. Perl's /s causes "." to also match
> newlines, making it the inverse of match_not_dot_newline.
Thanks for the correction: you are quite right, I'll update the docs
accordingly.
John.