NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
载入中...
搜索中...
未找到
regex.hpp 文件参考

正则表达式引擎封装 更多...

regex.hpp 的引用(Include)关系图:

浏览该文件的源代码.

struct  regex_exception
 正则操作异常 更多...
class  match_result
 正则表达式匹配结果类 更多...
class  regex
 正则表达式类 更多...
class  regex_iterator
 正则表达式匹配迭代器 更多...
class  regex_token_iterator
 正则表达式令牌迭代器 更多...

详细描述

正则表达式引擎封装

此文件提供了基于PCRE2的正则表达式。 支持正则表达式的编译、匹配、查找、替换、分割等操作, 并提供迭代器接口用于遍历匹配结果。

在文件 regex.hpp 中定义.