![]() |
MySQL 9.4.0
Source Code Documentation
|
Functions | |
| bool | _match_glob (const std::string &pat, size_t ppos, const std::string &str, size_t spos) |
| bool | match_glob (const std::string &pattern, const std::string &s) |
| Match a string against a glob-like pattern. More... | |
| bool mrs::rest::anonymous_namespace{handler.cc}::_match_glob | ( | const std::string & | pat, |
| size_t | ppos, | ||
| const std::string & | str, | ||
| size_t | spos | ||
| ) |
| bool mrs::rest::anonymous_namespace{handler.cc}::match_glob | ( | const std::string & | pattern, |
| const std::string & | s | ||
| ) |
Match a string against a glob-like pattern.
Allowed wildcard characters: '*', '?'. Supports escaping wildcards via '\' character.
Note: works with ASCII only, no UTF8 support