2023年3月7日
摘要: C语言正则表达式 1、代码举例 #include <stdio.h> #include <string.h> #include <regex.h> // 提取子串 char* getsubstr(char *s, regmatch_t *pmatch) { static char buf[100] = {0}; me 阅读全文
posted @ 2023-03-07 20:28 轩~邈 阅读(41) 评论(0) 推荐(0)