TF++, Miscellaneous classes and modules in C++:

◆ match()

virtual bool tfxx::string::helper::myregexxcontainer::match ( const std::string  s)
inlinevirtual

return true is s matches expression.

Implements tfxx::string::helper::regexxcontainer.

Definition at line 128 of file regexx.cc.

References Mregex.

129  { return(boost::regex_match(s, Mregex)); }