摘要: 使用正则表达式来能够处理很复杂的字符串,这里只分析以下如何使用boost::regex_search进行字符串提取。 主角登场:// boost::regex_search1 template <class BidirectionalIterator, class Allocator, class charT, class traits>2 bool regex_search(BidirectionalIterator first, BidirectionalIterator last,3 match_results<BidirectionalIterator, Alloca 阅读全文
posted @ 2011-05-09 21:38 nickolas 阅读(17904) 评论(0) 推荐(0) 编辑