CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - regular expressions

搜索资源列表

  1. Regular-expressions-simplifypattern-matching-code.

    0下载:
  2. Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex code. To help you write simplerpattern- matching co
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:109.68kb
    • 提供者:qlw
  1. article-regex-primer

    0下载:
  2. Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:46.4kb
    • 提供者:qlw
  1. Using_regular_expressions

    0下载:
  2. Just what is a regular expression, anyway? Take the tutorial to get the long answer. The short answer is that a regular expression is a compact way of describing complex patterns in texts. You can use them to search for patterns and, once found
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:449.15kb
    • 提供者:yy
  1. 70

    0下载:
  2. ... 公司授权正版用户可以使用这些程序的源代码,但必须标明由易语言编写及易语言网址。 其中:连连看、易之表增强版与中华 ... 农历月历支持库 拖放支持库 正则表达式支持库 进程通讯支持库 BT下载支持库 网络通讯支持库二 超级选择夹支持库-... Genuine authorized users can use a program's source code, but easy to be labeled by the Yi language and language website
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:56.79kb
    • 提供者:行通知
  1. regular-expressions-cheat-shee

    0下载:
  2. 正则表达式的cheatsheet. 经常有时间来看看。对于复杂的正则表达式可以学的更牢。pdf形式适合打印出来带身边。,Regular expressions cheatsheet. Often have time to look at. For complex regular expressions can learn more in prison. pdf format for print out with him.
  3. 所属分类:Project Manage

    • 发布日期:2017-03-23
    • 文件大小:450.93kb
    • 提供者:yjj
  1. HowToLex

    0下载:
  2. Lex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-scr ipt type transformations and for segmenting input in preparation for a parsing routine.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:54.25kb
    • 提供者:林伟勋
  1. RegularExpression

    0下载:
  2. 正则表达式的分析解释控件,适用于delphi各版本-is a regular expression analysis explained Control, applicable to all versions of delphi [引自此网络]-Regular Expressions analysis and interpretation of the controls, applied to delphi versions-is a regular expression analy
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:374.38kb
    • 提供者:jinstr
  1. zhengzebiaodashi

    0下载:
  2. 几种常见类型正则表达式的构造与分析,ASP,PHP,JSP等脚本语言使用正则过滤和匹配-Regular Expressions
  3. 所属分类:Project Manage

    • 发布日期:2017-04-01
    • 文件大小:91.34kb
    • 提供者:zhao
  1. regex

    0下载:
  2. Java语言中有关正则表达式的学习资料,比较基础。-Java language of regular expressions of the learning materials, basis of comparison.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:269.94kb
    • 提供者:张志鹏
  1. RegExp2

    0下载:
  2. 介绍正则表达式的基础知识,适用于各类编程语言-Regular expressions introduce the basic knowledge, applicable to all types of programming languages
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:53.9kb
    • 提供者:jar
  1. java

    0下载:
  2. java正则表达式,学习正则表达式的好资料。-java regular expressions, regular expressions to learn good information.
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:209.65kb
    • 提供者:俊洋
  1. Javascript

    0下载:
  2. Javascr ipt正则表达式教程,快速入门,在最短的时间内掌握Javascr ipt正则表达式,并运用它开发程序。-Javascr ipt regular expression tutorial, Getting Started, in the shortest possible period of time to master Javascr ipt regular expressions, and to use its development process.
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:7.48kb
    • 提供者:付品军
  1. RegExpIBM

    0下载:
  2. This tutorial is aimed at programmers who work with tools that use regular expressions, and who would like to become more comfortable with the intricacies of regular expressions. Even programmers who have used regular expressions in the pas
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:454.51kb
    • 提供者:mirtchev
  1. lex_yacc.pdf

    0下载:
  2. A compiler or interptreter for a programminning language is often decomposed into two parts: Read the source program and discover its structure. Process this structure, e.g. to generate the target program. Lex and Yacc can generate program f
  3. 所属分类:software engineering

    • 发布日期:2017-05-27
    • 文件大小:9.76mb
    • 提供者:欧曜玮
  1. Using-regular-expressions-on-iOS

    0下载:
  2. ios开发中正则表达式的使用,包括字符串的匹配,日期匹配等。-ios developed regular expression, including the use of the string matching, date matching.
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:15.06kb
    • 提供者:许学
  1. Great_Basic-Regular-Expressions

    0下载:
  2. Perl regular expression, useful for text file processing.
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:99.84kb
    • 提供者:Jenny
  1. gfdvfRegular-Expressions

    0下载:
  2. Regular Expressions dgvfd vfazv
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:1.42kb
    • 提供者:alex
  1. JavaScript-Regular-expressions

    0下载:
  2. Javascr ipt中的正则表达式解析   正则表达式是个描述字符模式的对象。   Javascr ipt的RegExp对象和String对象定义了使用正则表达式来执行强大的模式匹配和文本检索和替换函数的方法. -The Javascr ipt regular expression parsing regular expressions is described in character-mode object. Javascr ipt RegExp object and the
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:13.16kb
    • 提供者:吴清
  1. Chapter-03---Regular-Expression-and-Language

    0下载:
  2. Regular Expressions and Regular Languages
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:962.72kb
    • 提供者:prince
  1. regular expression

    0下载:
  2. A Guide about Regular Expressions in the Dial Plan
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:337kb
    • 提供者:rosi
« 12 »
搜珍网 www.dssz.com