搜索资源列表
regex
- boost/regex用法,正则表达式用法介绍-boost regex
regex-lib
- 一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
code2html
- 利用正则表达式实现将C++代码转换为html页面并对不同类别关键字高亮显示。编译时需boost/regex库支持。-Use regular expressions to achieve the C++ code into a html page and highlight the different types of keywords. When compiling boost/regex library support.
regex
- regular expressions for c++ builder
tpl-2.3.01
- TPL is a Text Processing Library/Language in C++. Supports grammar, tokens, predicates, regex, matching operators, etc. It uses boost pheonix library.-TPL is a Text Processing Library/Language in C++. Supports grammar, tokens, predicates, regex, matc
regex
- 用正则表达式提取一个源文件中的类和方法并输出到文件-regex class
regex
- 正则表达式头文件 regex.h 包括regcomp, regexec,regfree等主要函数-Regular expression header regex.h including regcomp, regexec, regfree other major functions
sdassa
- 制作RegEx ,适合初学者进行学习研究,不错的源码-Production RegEx, suitable for beginners to learn research, a good source
RegEx
- 使用.net 4.0实现的计算器,和常见的计算器不同。这个计算器支持复数计算。比如说输入是 3.567E-10+4.89E+5i-.1 它会自动分析出其中的运算有 1. 0.00000000003567 2. 489000i 3. -0.1-As of .NET 4.0, the native library does offer a complex class in the namespace System.Numerics. The ideal situation
SSQuery
- 查询和保存深圳市社保记录,使用了 Http,Cookies,Regex,SQLite-Query and save the Shenzhen Social Security records, using Http Cookies, the Regex, SQLite
lexlinuxsource
- 利用linux下的flex生成一个词法分析器,输入文法的正则表达式,加入相关处理函数。由main()调用yylex()入口函数执行词法分析 -Use under linux flex to generate a lexical analyzer input grammar regex adding handler function. Yylex () is called by the main () entry function to perform lexical analysis
perl
- `perl中的正则表达式---精华,对于成为一个perl高手,不得不看-The `perl regex--- essence, a perl guru, had to look at
regex-cheat-sheet
- 正则表达式的学习指南,相当实用,好好学习天天向上-Regex study guide, quite practical, What we have learned
RegEx
- 示例代码 正则表达式 VB.NET VB2010 比较简单,有兴趣的同学可以下载-Sample code regex VB.NET VB2010 relatively simple, interested students can download and see
github-jbr-jquery-jQuery.highlightRegex-master.zi
- jquery highlight regex
deelx
- deelx正则表达式 轻量级表达式开源代码,-deelx regex expressions lightweight open source code,
regex
- c语言实现的正则表达式.正则表达式是一个很强的工具。有了它,可以在你的软件中增强查找、替换、匹配等功能。 本文提供的 JRegex.c 封装了Henry Spencer的Regex库(ANSI C),可移植到任何系统上。-regex c language
RegexSrc
- 正则表达式测试程序。包含一些常用的应用示例代码-Test Regex
regex.jar
- regex.jar for java 8
RextoNFA
- 正规式转NFA,用C++实现。描述必须满20个字?(A C++ program about Regex to NFA)