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

Function erase_regex

include/win/boost/algorithm/string/regex.hpp:309–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 typename CharT,
308 typename RegexTraitsT >
309 inline void erase_regex(
310 SequenceT& Input,
311 const basic_regex<CharT, RegexTraitsT>& Rx,
312 match_flag_type Flags=match_default )
313 {
314 ::boost::algorithm::find_format(
315 Input,
316 ::boost::algorithm::regex_finder( Rx, Flags ),
317 ::boost::algorithm::empty_formatter( Input ) );
318 }
319
320// erase_all_regex --------------------------------------------------------------------//
321

Callers

nothing calls this directly

Calls 3

find_formatFunction · 0.85
regex_finderFunction · 0.85
empty_formatterFunction · 0.85

Tested by

no test coverage detected