regular expression library正则表达式库

时间:2012-05-03 10:13:58
【文件属性】:

文件名称:regular expression library正则表达式库

文件大小:291KB

文件格式:GZ

更新时间:2012-05-03 10:13:58

regular expression library正则表达式库

GNU Regex 程式库是 GNU 发展,提供操作比对 Regular Expression 文字字串的程式库,也就是使用 GNU Regex 程式库,可以作到以下的功能: 比对一字串是否完全与 Regular Expression 相幅合。 在一字串中寻找与 Regular Expression 相幅合的子字串。 GNU Regex 程式库主要包含 regex.c 与 regex.h 两个档桉。在 regex.c 中提供三组的函数程式,包括: GNU特有的函数:功能较强,但是介面是由 GNU所设计,没有与其他两组相容。 POSIX相容的函数:功能居次,介面与 POSIX相同。 BSD相容的函数:功能最少,介面与 Berkeley UNIX相同。


【文件预览】:
regex-0.12
----COPYING(18KB)
----regex.h(18KB)
----test()
--------main.c(819B)
--------test.h(4KB)
--------emacsmalloc.c(21KB)
--------regexcpp.sed(69B)
--------psx-interf.c(18KB)
--------upcase.c(2KB)
--------other.c(19KB)
--------psx-extend.c(41KB)
--------psx-generic.c(11KB)
--------fileregex.c(2KB)
--------psx-group.c(19KB)
--------ChangeLog(2KB)
--------syntax.skel(2KB)
--------g++malloc.c(34KB)
--------malloc-test.c(929B)
--------Makefile.in(5KB)
--------getpagesize.h(416B)
--------debugmalloc.c(6KB)
--------iregex.c(3KB)
--------printchar.c(229B)
--------TAGS(9KB)
--------xmalloc.c(303B)
--------bsd-interf.c(824B)
--------test.c(22KB)
--------tregress.c(18KB)
--------psx-interv.c(6KB)
--------alloca.c(5KB)
--------psx-basic.c(9KB)
----INSTALL(6KB)
----configure(12KB)
----ChangeLog(136KB)
----Makefile.in(3KB)
----configure.in(439B)
----AUTHORS(408B)
----README(2KB)
----NEWS(2KB)
----doc()
--------include.awk(645B)
--------regex.texi(117KB)
--------regex.aux(6KB)
--------regex.info(116KB)
--------Makefile.in(2KB)
--------texinfo.tex(126KB)
--------xregex.texi(111KB)
--------regex.cps(6KB)
----regex.c(158KB)

网友评论

  • 对了解正则表达式有一定帮助,多谢。