摘要:
用正则表达式分离C++字符串string,写了一个小例子。#include "stdafx.h"#include #include #include #include using namespace std;#define PATTERN "[\\S]+" //通过正则式pattern分割字符串v... 阅读全文
posted @ 2014-10-23 15:02
Jelly_L
阅读(4053)
评论(0)
推荐(0)
浙公网安备 33010602011771号