VerySource

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 599|回复: 2

linux下的C程序,正则表达式如何表示中文

[复制链接]

1

主题

3

帖子

4.00

积分

新手上路

Rank: 1

积分
4.00
发表于 2020-3-5 14:00:01 | 显示全部楼层 |阅读模式
        regex_t  pattern;
        regmatch_t subs[MAX_MATCH_SUBS];
        char     pattern_string[]= "<title>([\u01-\uFF]+)</title>";
        char     test_string[] = "<title>hello</title>";

这样好像不可以啊。。。
回复

使用道具 举报

1

主题

3

帖子

4.00

积分

新手上路

Rank: 1

积分
4.00
 楼主| 发表于 2020-5-20 10:30:02 | 显示全部楼层
        char     pattern_string[]= "<title>([\x01-\xFF]+)</title>";
        char     test_string[] = "<title>hello我</title>";


这样就可以了,唉。。
回复

使用道具 举报

0

主题

78

帖子

29.00

积分

新手上路

Rank: 1

积分
29.00
发表于 2020-5-20 16:00:01 | 显示全部楼层
你所使用的字符集 的汉字部分编码前缀 ...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|CopyRight © 2008-2023|verysource.com ( 京ICP备17048824号-1 )

快速回复 返回顶部 返回列表