![]() |
Home | Libraries | People | FAQ | More |
boost::algorithm::find_regex — Find regex algorithm.
// In header: <boost/algorithm/string/regex.hpp> template<typename RangeT, typename CharT, typename RegexTraitsT> ( Input, Rx, Flags = );
Search for a substring matching the given regex in the input.
![]() |
Note |
---|---|
This function provides the strong exception-safety guarantee |
Parameters: |
|
||||||
Returns: |
An |