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