InterviewSolution
Saved Bookmarks
| 1. |
Explain About Regex_search Function? |
|
Answer» Regex_search function searches for a regular expression. A true function is returned only when the search in its operand SEQUENCE SUCCEEDS. It also defines the VARIOUS capture groups in the regular expression. Some of the parameters are alloc, Elem, RXtraits, etc. Regex_search function searches for a regular expression. A true function is returned only when the search in its operand sequence succeeds. It also defines the various capture groups in the regular expression. Some of the parameters are alloc, Elem, RXtraits, etc. |
|