28
Regular expressions library
[re]
28.11
Regular expression algorithms
[re.alg]
28.11.1
Exceptions
[re.except]
1
#
The algorithms described in this subclause may throw an exception of type
regex_error
.
If such an exception
e
is thrown,
e.code()
shall return either
regex_constants::error_complexity
or
regex_constants::error_stack
.