|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
成员的完整列表,这些成员属于 neforce::regex,包括所有继承而来的类成员
| begin(const string &str) const | neforce::regex | |
| capture_count() const noexcept | neforce::regex | inline |
| do_match(const string &str) const | neforce::regex | |
| end(const string &str) const | neforce::regex | |
| find_all(const string &str) const | neforce::regex | |
| match(const string &str) const | neforce::regex | |
| operator=(const regex &other) | neforce::regex | |
| pattern() const noexcept | neforce::regex | inline |
| regex(const string &pattern, uint32_t options=0) | neforce::regex | explicit |
| regex(const regex &other) | neforce::regex | |
| replace_all(const string &str, string_view fmt) const | neforce::regex | |
| replace_all_callback(const string &str, function< string(const match_result &)> callback) const | neforce::regex | |
| replace_first(const string &str, string_view fmt) const | neforce::regex | |
| search(const string &str, size_t pos=0) const | neforce::regex | |
| split(const string &str, int max_splits=-1) const | neforce::regex | |
| valid() const noexcept | neforce::regex | inline |