From: Alan Huang (hygool_at_[hidden])
Date: 2006-01-23 07:24:38


Hi,

In boost document I saw that the '^' matches all the blank chars in the
begin of line and the '$' matches all the blank chars in the end of line.
Just like regex( "^abc$" ) can't match the string " abc ". What's wrong?

--
Yours Sincerely,
Alan Huang