id summary reporter owner description type status milestone component version severity resolution keywords cc 858 regex_match throws exception krankurs John Maddock "{{{ Running: MS Windows XP with pack 2, boost_1_33_1, MS VS 2005, VC++ console app, BOOST_REGEX_DYN_LINK; Multi-threaded Debug DLL (/MDd) boost::regex site_url_regex(""http(s?)://((\b(?:\d{1,3}\.){3}\d{1,3}\b)|(www(.[a-z0-9]+)+.mydomain.com))""); boost::regex_match(""http://www.appwebsite1.mydomain.com"", site_url_regex); returns true; (as expected) boost::regex_match(""http://www.appwebsite1.mydomain.com/1234"", site_url_regex); returns false; (as expected) boost::regex_match(""http://www.appwebsite1.mydomain.com/12345678/12345678/"", site_url_regex); throws exception, - expected false Thank you, Leonid }}}" Bugs closed regex None Invalid