
21 Feb
2008
21 Feb
'08
9:55 a.m.
Chandan Nilange wrote:
I am restarting this old thread.
My Question:
How to modify Boost regex library, to match perl behavior, such that, I only get pattern matches after/before \n and ignore (\x0c)FF, (\x0d)CR for $ & ^ anchored patterns ?
If you really feel changing this is the right thing to do, then a bit of trivial editing to the "is_separator" function in regex_traits_defaults.hpp would do the job. HTH, John.