neoGFX
Cross-platform C++ app/game engine
|
#include <string_utils.hpp>
Public Member Functions | |
string_search_fsa () | |
void | add_pattern (std::string const &aPattern, action_t aAction) |
void | search (std::string const &aText, bool aRemoveSubmatches=true) const |
Definition at line 462 of file string_utils.hpp.
neolib::string_search_fsa::string_search_fsa | ( | ) |
void neolib::string_search_fsa::search | ( | std::string const & | aText, |
bool | aRemoveSubmatches = true |
||
) | const |