MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / regex_finder

Function regex_finder

include/win/boost/algorithm/string/regex_find_format.hpp:45–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 typename CharT,
44 typename RegexTraitsT>
45 inline detail::find_regexF< basic_regex<CharT, RegexTraitsT> >
46 regex_finder(
47 const basic_regex<CharT, RegexTraitsT>& Rx,
48 match_flag_type MatchFlags=match_default )
49 {
50 return detail::
51 find_regexF<
52 basic_regex<CharT, RegexTraitsT> >( Rx, MatchFlags );
53 }
54
55// regex_formater ---------------------------------------------//
56

Callers 10

find_regexFunction · 0.85
replace_regex_copyFunction · 0.85
replace_regexFunction · 0.85
replace_all_regex_copyFunction · 0.85
replace_all_regexFunction · 0.85
erase_regex_copyFunction · 0.85
erase_regexFunction · 0.85
erase_all_regex_copyFunction · 0.85
erase_all_regexFunction · 0.85
regex.hppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected