Index: libs/xpressive/example/main.cpp =================================================================== --- libs/xpressive/example/main.cpp (revision 80994) +++ libs/xpressive/example/main.cpp (working copy) @@ -214,7 +214,7 @@ { std::string str( "Now is the time for all good men to come to the aid of their country." ); - // find a HTML tag + // find an HTML tag sregex html = '<' >> optional('/') >> +_w >> '>'; // the -1 below directs the token iterator to display the parts of