QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 587|回复: 0

谁用过GNU C 的正则表达式

[复制链接]
发表于 2003-9-28 16:10:22 | 显示全部楼层 |阅读模式
这个函数
int regexec (regex_t *compiled, char *string, size_t nmatch, regmatch_t matchptr [], int
eflags)

eflags:
   REG_NOTBOL
(If this bit is set, then the beginning-of-line operator doesn't match the beginning of the
string (presumably
because it's not the beginning of a line).If not set, then the beginning-of-line operator
does match the beginning
of the string.)

   REG_NOTEOL

这两个植的含义是什么,这段英文看的不大明白
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-14 11:20 , Processed in 0.092942 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

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