28 Text processing library [text] (original) (raw)

28.6 Regular expressions library [re]

28.6.10 Regular expression algorithms [re.alg]

28.6.10.1 Exceptions [re.except]

1

#

The algorithms described in subclause [re.alg] may throw an exception of type regex_error.

If such an exception e is thrown,e.code() shall return either regex_constants​::​error_complexityor regex_constants​::​error_stack.