|
inlineexplicit |
Constructs a basic regular expression from the string s interpreted according to the flags in f.
| __s | A string containing a regular expression. |
| __f | Flags indicating the syntax rules and options. |
| regex_error | if __s is not a valid regular expression. |
Definition at line 541 of file regex.h.