NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
regex 成员列表

成员的完整列表,这些成员属于 regex,包括所有继承而来的类成员

begin(const string &str) constregex
capture_count() const noexceptregexinline
do_match(const string &str) constregex
end(const string &str) constregex
find_all(const string &str) constregex
match(const string &str) constregex
pattern() const noexceptregexinline
regex(const string &pattern, uint32_t options=0)regexexplicit
replace_all(const string &str, string_view fmt) constregex
replace_all_callback(const string &str, function< string(const match_result &)> callback) constregex
replace_first(const string &str, string_view fmt) constregex
search(const string &str, size_t pos=0) constregex
split(const string &str, int max_splits=-1) constregex
valid() const noexceptregexinline