对C++ TR1 regular expressions的简单使用

来源:互联网 发布:小米盒子 软件 编辑:程序博客网 时间:2024/06/10 23:24

2011-02-19 wcdj

 

[1] regex_search
[2] regex_match
[3] Retrieve a Match tr1::cmatch
[4] regex_replace
[5] Case-insensitive std::tr1::regex_constants::icase

 

 

参考:
[1] Quick Start for C++ TR1 Regular Expressions
http://www.codeproject.com/KB/string/TR1Regex.aspx
[2] Getting started with C++ TR1 regular expressions
http://www.johndcook.com/cpp_regex.html

 

 

原创粉丝点击