userver: utils::regex Class Reference
Loading...
Searching...
No Matches
utils::regex Class Referencefinal

Small alias for boost::regex / std::regex without huge includes. More...

#include <userver/utils/regex.hpp>

Public Member Functions

 regex (std::string_view pattern)
 
 regex (const regex &)
 
 regex (regex &&) noexcept
 
regexoperator= (const regex &)
 
regexoperator= (regex &&) noexcept
 

Friends

bool regex_match (std::string_view str, const regex &pattern)
 Determines whether the regular expression matches the entire target character sequence.
 
bool regex_search (std::string_view str, const regex &pattern)
 Determines whether the regular expression matches anywhere in the target character sequence.
 

Detailed Description

Small alias for boost::regex / std::regex without huge includes.

Definition at line 17 of file regex.hpp.


The documentation for this class was generated from the following file: