8#if (ALIB_FEAT_BOOST_REGEX && (!ALIB_CHARACTERS_WIDE || ALIB_CHARACTERS_NATIVE_WCHAR) ) || DOXYGEN
ALIB_DLL ~RegexMatcher()
Destructor.
ALIB_DLL void Compile(const String &pattern)
RegexMatcher(const String &pattern=NULL_STRING)
ALIB_DLL bool Match(const String &haystack)
constexpr String NULL_STRING
A nulled string of the default character type.
strings::util::RegexMatcher RegexMatcher
Type alias in namespace alib.
strings::TString< character > String
Type alias in namespace alib.