CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 正则表达式

搜索资源列表

  1. Csharp字符串和正则表达式参考手册

    0下载:
  2. 此书讲了C#的字符串和正则表达式的详细内容,范围小而精,适合较高级编程人员使用和参考.-book stresses the C# and the string expression is the detailed content and scope of a small but efficient, suitable for the more senior programmers to use and reference.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:5472045
    • 提供者:
  1. 正则表达式验证器

    0下载:
  2. C#开发的用来验证正则表达式! 程序不大,但有时蛮有用的 -C# development is used to verify the expression! Procedures not, but sometimes is full of
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10186
    • 提供者:sean
  1. 解读C#中的正则表达式

    0下载:
  2. 解读C#中的正则表达式-interpret C# in the regular expression
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5649
    • 提供者:文渲
  1. 正则表达式规则

    0下载:
  2. 正则表达式的规则文档,常用的格式实例,很全,有用-The rule document of regular expression includes lots of typic formula example.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:5854
    • 提供者:朱强峰
  1. 在MFC中用正则表达式对窗体进行有效性验证

    0下载:
  2. 我想利用本月的专栏描述一个有趣的应用程序,这个程序是用本期我的一篇文章:“使用 ManWrap 库在本机 C++ 代码中调用.NET”所讨论的 RegexWrap 库生成的。RegexForm 是一个基于正则表达式的MFC窗体有效性验证系统。为了实现这个程序,我首先实现了 RegexWrap。但因为许多细节与正则表达式本身无关,所以感觉在这里描述 RegexForm 更好些。-I would like to use this month's column describes an int
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:206389
    • 提供者:如月
  1. C#用正则表达式提取内容

    0下载:
  2. C#用正则表达式提取内容
  3. 所属分类:C#编程

    • 发布日期:2009-04-15
    • 文件大小:29133
    • 提供者:andnnl
  1. DFA.rar

    0下载:
  2. 编译原理课程设计之正则表达式与自动机之间的变换,Principles of curriculum design to compile regular expressions with the automatic transformation between
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4427113
    • 提供者:weiren
  1. 精通正则表达式(第三版)].(美)佛瑞德

    0下载:
  2. 本书为学习正则表达式的入门和深入的参考书,浅显易懂,能满足工作所需。(This book is to learn regular expressions of entry and in-depth reference books, easy to understand, to meet the needs of the work.)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:55599104
    • 提供者:chamzep
  1. 正则应用例子

    0下载:
  2. 易语言正则表达式应用的一个源码例子,希望能帮到需要的人。(A source code example of an easy language regular expression application, hoping to help people in need.)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:190464
    • 提供者:afeifei1120
  1. 学习正则表达式

    0下载:
  2. 通过实例介绍如何编写正则表达式,在学习PHP时比较有帮助(Describes how to write regular expressions through examples)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:1357824
    • 提供者:wsy888
  1. 17、正则表达式和hashtable

    0下载:
  2. 正则表达式和hashtable :正则表达式、hashtable建立 删除 、遍历(Regular expressions and hashtable)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:126976
    • 提供者:小这
  1. 正则图形化

    0下载:
  2. #在输入框填入正则表达式,支持格式:1,没有斜线,如:\d|\s ; 2,有斜线,如:/\d|\s/ #点击展示按钮,将会在下方生成正则流程图;同时在控制台中将会输出该正则的数据结构。 #请在高级浏览器中运行。(# fill in the input box regular expression support format: 1, no slash, such as: \d|\s; 2, a slash, such as: /\d|\s/ # click the show button,
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:196608
    • 提供者:n1994
  1. 在C#中使用正则表达式

    0下载:
  2. 列举正则表达式的使用例程 1. 从Url地址中提取协议和端口号 2. }更改日期格式 3. 使用正则表达式获取指定字符 4. 使用正则表达式去掉无用字符 5. 通过CaptureCollection获取每个匹配对象信息 6. 通过GroupCollection获取匹配集合 7. 验证输入字符串是否是合法的电子邮件格式(Listing routines for regular expressions)
  3. 所属分类:C#编程

    • 发布日期:2018-01-02
    • 文件大小:9216
    • 提供者:skboshi
  1. 正则表达式测试

    0下载:
  2. 正则表达式测试,非常严谨全面的正则表达式(Regular expression test)
  3. 所属分类:Windows编程

  1. 《易语言“正则表达式”详细教程》

    0下载:
  2. “正则表达式”的应用范围越来越广,有了这个强大的工具,我们可以做很多事情,如搜索一句话中某个特定的数据,屏蔽掉一些非法贴子的发言,网页中匹配特定数据,代码编辑框中字符的高亮等等,这都可以用正则表达式来完成。(The application of more and more widely, regular expressions with this powerful tool, we can do many things, such as search words in a specific da
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:520192
    • 提供者:popp
  1. 正则表达式30分钟入门教程

    0下载:
  2. 正则表达式30分钟入门教程 包含了一些常用的内容。(The 30-minute introduction to regular expressions includes some common content.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:53248
    • 提供者:suifeng624
  1. 匹配表单常用正则

    0下载:
  2. 正则表达式 工作中时常用到的正则表达式,不用再费心思到处去找(regular expression Regular expressions used in work)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:16384
    • 提供者:驼小小
  1. 常用正则表达式大全

    0下载:
  2. js的常用正则表达式大全,很全乎,敬请下载(Regular regular expressions of JS)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:wankushaoye
  1. 正则表达式教程:30分钟让你精通正则表达式语法

    0下载:
  2. 正则表达式教程:30分钟让你精通正则表达式语法(Regular expression tutorials: 30 minutes to make you master the regular expression syntax)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:166912
    • 提供者:liuliu123
  1. 微软官方整理--C#正则表达式完整教程

    0下载:
  2. 微软官方整理--C#正则表达式完整教程 网络搜集整理 希望对大家有所帮助(Microsoft's official complete --C# regular expression tutorial Network collation hopes to help people)
  3. 所属分类:.net编程

« 12 3 4 5 6 7 8 9 10 ... 27 »
搜珍网 www.dssz.com