01 2006 档案
如何在C语言中巧用正则表达式
摘要:#include #include #include /* 取子串的函数 */ static char* substr(const char*str,unsigned start, unsigned end) { unsigned n = end - start; static char stbuf[256]; strncpy(stbuf, str + start, n); stbuf[n]...
阅读全文
浙公网安备 33010602011771号