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

搜索资源列表

  1. RegulationExpressTest

    0下载:
  2. 用VC编写的正则表达式程序,可以检测你输入的字符串是否有设定好的字符串。-Write a regular expression with VC program, you can detect the input string if there is set good string
  3. 所属分类:CSharp

    • 发布日期:2017-05-19
    • 文件大小:5497970
    • 提供者:xingzhiwen
  1. dfa

    0下载:
  2. 简单的DFA转换程序,由正则表达式翻译为DFA-Simple DFA conversion process, the translation of regular expressions to DFA
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:2098
    • 提供者:王伟
  1. bianyiqi

    0下载:
  2. 关于编译器的词法分析过程,输入正则表达式输出NFA-Compiler, lexical analysis process, enter the regular expression output NFA
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:318653
    • 提供者:benben
  1. test_boost_regex

    0下载:
  2. boost下正则表达式匹配示例代码 VS2008-boost regular expressions to match the sample code VS2008
  3. 所属分类:File Operate

    • 发布日期:2017-04-01
    • 文件大小:102341
    • 提供者:未愈书生
  1. Core4

    0下载:
  2. Py.Core提供了以下的功能: - 字符串/日期/数字/正则表达式/文件/数据检查/类型转换 等常见操作。 - 缩略图/验证码/水印 等图片操作。 - 排序/搜索/加密/遍历 等常用算法。 - 日志功能(内置包括向 屏幕、窗口、文件、数据库 输出日志的工具)。 - HTML/INI/ZIP 压缩/JSON/XML/常用集合 等文件或数据结构的处理。 - FTP/上传/下载/邮件/登陆网站 等网络功能 。 -
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11936400
    • 提供者:郭启洋
  1. 6777

    0下载:
  2. 正则表达式30分钟入门教程 1. 本文目标 2. 如何使用本教程 3. 正则表达式到底是什么东西? 4. 入门 -Regular expression 30 minutes of Tutorial 1. Goal of this article. How to use this tutorial regular expressions in the end is what? 4 The entry
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:55309
    • 提供者:林枫
  1. pcre-7.0-src

    0下载:
  2. PCRE(Perl Compatible Regular Expressions)是一个Perl库,包括 perl 兼容的正规表达式库.这些在执行正规表达式模式匹配时用与Perl 5同样的语法和语义是很有用的。Boost太庞大了,使用boost regex后,程序的编译速度明显变慢。测试了一下,同样一个程序,使用boost::regex编译时需要3秒,而使用pcre不到1秒。因此改用pcre来解决C语言中使用正则表达式的问题 -PCRE (Perl Compatible Regular Ex
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-10
    • 文件大小:1306504
    • 提供者:evil
  1. ITTideWeather

    0下载:
  2. 利用正则表达式和网页提取获取天气情况,获取全国各个市县,不支持国外天气-The use of regular expressions and web extract for weather conditions, access to all cities and counties do not support foreign weather
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-01
    • 文件大小:12328
    • 提供者:黄大仙
  1. vrm_V1.0.4

    0下载:
  2. 一个Linux下的rm指令的windows版,写了一些基本的功能,支持正则表达式(因为Windows没有Grep)-The windows version of a Linux rm command, wrote some basic functions and support regular expressions (because Windows dont have Grep command)
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:3440
    • 提供者:何乐为
  1. Publish-articles-by-PHP-script

    0下载:
  2. 使用PHP中的正则表达式等字符串操作实现了一个用户文章发布界面使用的PHP脚本。 用户在发布文章时,通过选择一个或多个选项,对发表的文章内容作不同的编辑。-Use regular expressions in PHP string operations to achieve entry was posted of a user interface using the PHP scr ipt. Publish articles by selecting one or more options
  3. 所属分类:Web Server

    • 发布日期:2016-01-22
    • 文件大小:28672
    • 提供者:Zheng Li
  1. convert

    0下载:
  2. 用python将php数组通过正则表达式转换成javascr ipt的字典,然后打印出来-Php array by regular expression in python to convert javascr ipt dictionary, and then print out
  3. 所属分类:Other windows programs

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

    0下载:
  2. 常用的一些正则表达式处理方法,用java编写-Some of the regular expression approach, written with java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:6027
    • 提供者:xiewenbo
  1. 30-minutes-Tutorial

    0下载:
  2. 《正则表达式30分钟入门教程》及提供学习者测试 编写的正则表达式的正确性-30 minutes Tutorial " regular expression" and to provide learners with the test to write regular expressions correctness
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:276822
    • 提供者:梁志杨
  1. RegExpTest

    0下载:
  2. 正则表达式测试工具,主要用于学习正则表达式。-Regular expression testing tool for learning regular expressions.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7421
    • 提供者:lyf
  1. regexSearch

    0下载:
  2. Java做的文本搜索替换软件源码,可用于在多个文件中普通字符串或正则表达式查找与替换文本,支持多条件查找替换。 -Java text search and replace software source code, can be used for ordinary string in multiple files or regular expression search and replace text, search and replace support many conditions.
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:294898
    • 提供者:张君亭
  1. FilterEdit_src

    0下载:
  2. 过滤编辑框功能,支持多重过滤,支持正则表达式(需要boost库支持)。-Filter edit box to support multiple filters, regular expressions are supported (need to boost library support).
  3. 所属分类:EditBox

    • 发布日期:2017-04-01
    • 文件大小:31273
    • 提供者:storren
  1. 1GettTestSpee

    0下载:
  2. 1.通过正则表达式来提取代理网站中地址与端口.2.通过多线程验证代理的可用性并测试的代理的连接速度.3.能处理如"代理中中国等国内内外知名代理网站的数据.4.自动保存结果. -A regular expression to extract the proxy site address and port. 2. Agent to verify the agent' s availability and testing multi-threaded connection speed. 3.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:11259
    • 提供者:zhong
  1. ASP.net-read-web-page

    0下载:
  2. ASP.net读取网页,通过正则表达式筛选出想要的字符-ASP.net read web page
  3. 所属分类:Web Server

    • 发布日期:2017-03-28
    • 文件大小:120087
    • 提供者:李朋波
  1. RegexTestTool

    0下载:
  2. 一个很方便的正则表达式测试工具,初学者可以用来测试正则表达式哦,-A regular expression test tool, beginners can be used to test regex Oh, Oh
  3. 所属分类:.net

    • 发布日期:2017-04-09
    • 文件大小:46360
    • 提供者:军怡灵心
  1. zcbds

    0下载:
  2. java 正则表达式,各种正则表达式汇总,用与判断是最好的了-java regular expression various regex summary, using the judgment is the best
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:54126
    • 提供者:jakygao
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com