Searched refs:bad_regex (Results 1 – 3 of 3) sorted by relevance
40 throw bad_regex("regcomp error: " + op_regerror(err, regexp) in op_regcomp()74 bad_regex::bad_regex(string const & pattern) in bad_regex() function in bad_regex127 throw bad_regex("too many substitution for: + input"); in expand_string()142 throw bad_regex("invalid $ in pattern: " + pattern); in substitute_definition()146 throw bad_regex("no matching '}' in pattern: " + pattern); in substitute_definition()150 throw bad_regex("definition not found and used in pattern: (" in substitute_definition()209 throw bad_regex("expect group index: " + idx); in get_match()211 throw bad_regex("illegal group index :" + idx); in get_match()222 throw bad_regex("illegal \\ trailer: " + in do_replace()236 throw bad_regex("illegal match: " + in do_replace()[all …]
30 struct bad_regex : op_exception { struct31 bad_regex(std::string const & pattern);
83 catch (bad_regex const & e) { in main()