随笔分类 -  c/c++

摘要:工作需要用到C++中的正则表达式,以下三种正则可供参考 1,C regex #include <regex.h> #include <iostream> #include <sys/types.h> #include <stdio.h> #include <cstring> #include <sy 阅读全文
posted @ 2017-11-24 10:57 jiangcheng_15