按行读取文件并匹配模式-C
创始人
2024-08-22 02:00:18
0
  1. 使用 fgets() 函数按行读取文件。

  2. 使用正则表达式库 regex.h 中的 regcomp() 和 regexec() 函数进行模式匹配。

下面是一个示例代码:

#include 
#include 

int main() {
    FILE *fp;
    char line[100];
    regex_t regex;
    int reti;

    /* Compile regular expression */
    reti = regcomp(®ex, "^\\d+\\s+[A-Za-z]+", 0);
    if (reti) {
        fprintf(stderr, "Could not compile regex\n");
        return 1;
    }

    /* Open file */
    fp = fopen("file.txt", "r");
    if (fp == NULL) {
        perror("Error opening file");
        return 1;
    }

    /* Read file line by line and match pattern */
    while (fgets(line, 100, fp) != NULL) {
        /* Execute regular expression */
        reti = regexec(®ex, line, 0, NULL, 0);
        if (!reti) {
            printf("Matched: %s", line);
        } else if (reti == REG_NOMATCH) {
            printf("No match: %s", line);
        } else {
            regerror(reti, ®ex, line, sizeof(line));
            fprintf(stderr, "Regex match failed: %s\n", line);
            return 1;
        }
    }

    /* Free compiled regular expression */
    regfree(®ex);

    /* Close file */
    fclose(fp);

    return 0;
}

这段代码可以从名为 "file.txt" 的文件中读取每一行,然后使用正则表达式"^\d+\s+[A-Za-z]+"进行匹配。如果匹配成功,则输出该行。上述正则表达式匹配的是一个或多个数字,一个或多个空格,一个或多个字母的字符串。在实际应用中,请根据需求自行修改正则表达式。

相关内容

热门资讯

sohoo竞技联盟辅助器!we... sohoo竞技联盟辅助器!wepoker辅助是真的假的(透视)软件-其实解迷真的是有挂该软件可以轻松...
透视普及!wepoker智能辅... 透视普及!wepoker智能辅助插件(透视)购买wepoker模拟器,教程妙计(发现有挂)-哔哩哔哩...
wepoker有辅助插件吗!w... wepoker有辅助插件吗!wepoker透视辅助下载(透视)技巧-原来曝光真的有挂小薇(辅助器软件...
透视透视!hh poker透视... 透视透视!hh poker透视器下载(透视)hhpoker哪个俱乐部靠谱,教程绝活儿(真的有挂)-哔...
wpk系统是否存在透视行为!n... wpk系统是否存在透视行为!newpoker脚本(透视)app-本来专业是有挂1、起透看视 wpk系...
透视分享!wpk透视辅助靠谱吗... 透视分享!wpk透视辅助靠谱吗(透视)wepoker有什么规律,教程积累(有挂总结)-哔哩哔哩;1、...
德普之星透视辅助插件!哈糖大菠... 德普之星透视辅助插件!哈糖大菠萝怎么开挂(透视)脚本-确实详细是真的挂德普之星透视辅助插件透视方法中...
透视解迷!wepoker辅助脚... 透视解迷!wepoker辅助脚本(透视)hhpoker到底可以透视吗,教程经验(有挂技术)-哔哩哔哩...
wepoker黑侠辅助器!aa... wepoker黑侠辅助器!aapoker发牌逻辑(透视)器-原来关于真的有挂1)wepoker黑侠辅...
透视分享!wepoker分析(... 透视分享!wepoker分析(透视)wepoker怎么破解游戏,教程诀窍(有挂方法)-哔哩哔哩wep...