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

搜索资源列表

  1. netspider

    0下载:
  2. 让您了解网络蜘蛛的原则,工作原理,与一些正则表达式的写法!-You understand the principles of web spider, working principle, with some regular expressions written!
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:19359
    • 提供者:徐燕杰
  1. JS

    0下载:
  2. javascr ipt 正则表达式教程说明 需要的那走-JS regular expressions tutorial
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:14577
    • 提供者:列西
  1. d7zipv1.2

    0下载:
  2. 一个外国大佬封装的7z的压缩解压缩控件,非常好用,这个大佬还写了正则表达式等应用非常广的控件,大家可以下载了解一下-7z compression of a foreign chiefs package unzip controls, very easy to use, this big brother also wrote a very wide control of the regular expressions, you can download to find out
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-02
    • 文件大小:350759
    • 提供者:肖滔
  1. Regular-expression-of-javaScript

    0下载:
  2. 这是一些常常用到的 javascr ipt 中的正则表达式,我们可以用来校验,等一些用途。-Regular expression of javascr ipt
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:9031
    • 提供者:2416
  1. 23

    0下载:
  2. 正则表达式应用一例,很不错的易语言源码,适合易语言爱好者使用。-Regular expression example of application, a very good easy language source code for easy language enthusiasts.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-04
    • 文件大小:1863
    • 提供者:myipad
  1. 24

    0下载:
  2. 正则表达式应用一例1,很不错的易语言源码,适合易语言爱好者使用。-Regular expression example of application, very good and easy language source code for easy language enthusiasts.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-08
    • 文件大小:2003
    • 提供者:myipad
  1. Regular-expression

    0下载:
  2. 正则表达式入门教程,在编程开发过程中非常有用-Regular expression tutorial
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:52022
    • 提供者:湛忠祥
  1. E-zzbdskj

    0下载:
  2. 正则表达式口决: 正则其实也势利,削尖头来把钱揣; (指开始符号^和结尾符号$) 特殊符号认不了,弄个倒杠来引路; (指\. \*等特殊符号) 倒杠后面跟小w, 数字字母来表示; (\w跟数字字母 \d跟数字) 倒杠后面跟小d, 只有数字来表示; 倒杠后面跟小a, 报警符号嘀一声; 倒杠后面跟小b, 单词分界或退格; -Regular fact, snobbish, and sharpened his head hides the money (referring
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4672
    • 提供者:siwu
  1. RE

    0下载:
  2. 作为RE正则表达式的一个最基本,又揽括了大部分知识点的例子程序。把程序运行一遍,然后再根据运行结果理解程序,将会迅速掌握re知识点。-As a basic regular expression RE, embrace include most of the knowledge of the example program. To run the program again, to understand the program and then run the results will quick
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:6973
    • 提供者:陈嘉亮
  1. identity-cards-regular

    0下载:
  2. 15位和18位身份证的正则表达式及其验证-15 and 18 identity cards regular expressions and its verification
  3. 所属分类:JavaScript

    • 发布日期:2017-04-01
    • 文件大小:5561
    • 提供者:赖春光
  1. 1

    0下载:
  2. 关于正则表达式的详细介绍,涉及其应用,原理,使用技巧,实现等。-Regular expression on the details, to the application, principle, use skill, implementation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-12-05
    • 文件大小:55612416
    • 提供者:董刚
  1. GetPhoneNumber

    0下载:
  2. 用来提取网站中手机号码的小程序 最主要是测试正则表达式如何使用-use to get phone number.
  3. 所属分类:其他小程序

    • 发布日期:2017-11-09
    • 文件大小:4702208
    • 提供者:喜欢向日葵
  1. a-check-string-class

    0下载:
  2. 自己写的一个类,实现对字符串的检测。(C++语言) 可以检查字符串是否满足某种指定的类型格式, 指定的类型格式包括整型数、浮点数、布尔型、有特殊要求的字符串等, 同时允许把字符串转换成相应的数据类型, 可用于对用户输入字符串的检验和转换等。 该类允许指定检测哪些内容,如是否超过给定最大值、是否越界等等, 仅用字符串操作来检测,而不是用正则表达式,不过效率蛮高的。 资源中包括使用说明,数个(.h)和(.cpp)文件 在VC6和VS2010上都可调试通过,
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-25
    • 文件大小:18162
    • 提供者:商城豪
  1. Teach.Yourself.Regular.Expressions

    0下载:
  2. 这是一本关于正则表达式编程的英文原版书,内容详实。-This is a book introducing Regular Express programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:196452
    • 提供者:bill
  1. Wrox.Beginning.Regular.Expressions

    0下载:
  2. 这是一本关于正则表达式编程的英文原版书,内容详实,正则表达式可用于各种文本处理场合,比常规的文本处理方法快捷高效。-This is a book introducing Regular Express programming
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-28
    • 文件大小:10766793
    • 提供者:bill
  1. Compilers

    0下载:
  2. 对于任意给定的正则表达式,可以通过本程序分析出first,follow,ll1表达式-The program can explain any Regular expression to first follow ll1 expression.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:34254
    • 提供者:金洋
  1. Regularexpression

    0下载:
  2. js的正则表达式的介绍及应用,希望能对想熟悉正则表达式的战友有帮助。-js regular expression introduction and application, and want to be familiar with regular expressions comrades help.
  3. 所属分类:JavaScript

    • 发布日期:2017-04-04
    • 文件大小:9104
    • 提供者:tt
  1. website_download

    0下载:
  2. 这是用Python编写的下载网页的程序。包含如何用正则表达式来提取网页中的连接,并对网页进行爬取。-This is a program written in Python download page. Including how to use regular expressions to extract web page to connect, and web crawling.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:523
    • 提供者:张磊
  1. Silverlight.Validators.Demo

    0下载:
  2. 基于VS2010 开发的自定义silverlight 验证控件,支持字符串,数字,长度,正则表达式,范围等的验证,灵活好用,可以根据自己的需要进行扩展-VS2010 development of custom silverlight validation controls, support string, number, length, regular expressions, the scope of verification, flexible and easy to use, can be
  3. 所属分类:.net

    • 发布日期:2017-04-03
    • 文件大小:57577
    • 提供者:luoyh
  1. 4

    0下载:
  2. E用正则表达式测试工具,很不错的易语言源码,适合易语言爱好者学习。-E is a regular expression testing tool, a very good easy language source code, suitable for easy language enthusiasts to learn.
  3. 所属分类:其他小程序

    • 发布日期:2017-04-08
    • 文件大小:4322
    • 提供者:fly55
« 1 2 ... 36 37 38 39 40 4142 43 44 45 46 ... 50 »
搜珍网 www.dssz.com