CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - regular expressions

搜索资源列表

  1. RegularValidate

    0下载:
  2. 正则表达式常用验证指令,封装成DLL,静态方法-Regular expressions are commonly used test instructions, packaged as DLL, static methods
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1986
    • 提供者:陈聪
  1. HtmlToText

    0下载:
  2. 使用正则表达式将html转换成为text(纯文本),常用户数据库全文搜索程序当中。-Regular expressions are used to convert html text (plain text). regular customer database full-text search program.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1360
    • 提供者:宽宏
  1. HTML_Fragments_src

    0下载:
  2. 利用正则表达式解析分析HTML文本的类库-Regular expressions are used analytics HTML text of the Class
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:66928
    • 提供者:杨扬
  1. MySqlDBUtilDemo.rar

    0下载:
  2. 本示例演示了用C#操作MySQL的方法,提供了三个可重用的类MySqlDBUtil,MySqlPageUtil,Page。 本例程演示了: 1.MySQL数据库的插入,更新,修改,查询; 2.带参数的sql语句的使用,而不是拼SQL; 3.使用Limit子句的分页查询; 4.用事务同时执行多个SQL语句; 5.在插入数据的同时返回最新的ID值; 6.整型,实型,字符串,日期型,布尔型五种数据类型的操作; 7.使用正则表达式来验证整数和实数; 8.listview用来显示数据的一
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:103992
    • 提供者:陈述器
  1. express

    0下载:
  2. 通过正则表达式,对自定义的公式进行解析,允许公式中有自定义变量-By regular expressions, the definition of self-analytical formula, allowing a self-defined variables in the formula
  3. 所属分类:CSharp

    • 发布日期:2017-05-01
    • 文件大小:777805
    • 提供者:琥珀沙漏
  1. iuputtestCsharp

    0下载:
  2. C#输入检查,包括数字字符串检查,中文检查,邮箱地址检查等等。 还包括用于输入检查的一般正则表达式。-C# Input checks, including checking the number of strings, the Chinese inspection, checking e-mail address and so on. Also includes a general check for the importation of regular expressions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:1743
    • 提供者:马春林
  1. AccessDBUtilDemo

    1下载:
  2. 本文介绍C#访问操作Access数据库的基础知识,并提供一个相关的例程。 本例程演示了: 1.Access数据库的插入,更新,修改,查询; 2.带参数的sql语句的使用,而不是拼SQL; 3.使用DataReader的分页查询,而不是用嵌套的SQL语句来分页; 4.用事务同时执行多个SQL语句; 5.在插入数据的同时返回最新的ID值; 6.整型,实型,字符串,日期型,布尔型五种数据类型的操作; 7.使用正则表达式来验证整数和实数; 8.listview用来显示
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:14678
    • 提供者:陈述器
  1. Fileman

    0下载:
  2. C#版本,功能较全的文件批量改名,查找,替换工具。包含正则表达式的使用。-C# Version features over the whole bulk of the document name, find, replace the tool. Includes the use of regular expressions.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:18911
    • 提供者:sunxun
  1. notepadre

    0下载:
  2. This an enhanced notepad, very interseting text editor including all the functionlity of regular expressions. RE is included in this C# file.-This is an enhanced notepad, very interseting text editor including all the functionlity of regular expressi
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:312849
    • 提供者:selamicik
  1. Collection1.0

    0下载:
  2. 一个简单的网页采集系统,是一个为初学者提供实现网页数据采集思路的源码,通过请求网页来抽取源码,并用正则表达式提取内容以及转换为XML格式遍历内容并存入Access数据库中。-A simple web collection system is available for beginners to achieve a web page source data collection ideas, through the request page to extract source code, and
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:63587
    • 提供者:高宏伟
  1. SendMail

    0下载:
  2. 一个Windows应用程序,实现发送邮件的功能。要求利用正则表达式验证用户输入法的信息,当输入的信息符合要求时,才允许将邮件发送到服务器-A Windows application, send messages to achieve functions. Require the use of regular expressions to validate the user input information, the information to meet the requirements wh
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:46629
    • 提供者:小柯
  1. regularexpressions

    0下载:
  2. C#字符串和正则表达式参考手册,全中文版,可以看实例-C# strings and regular expressions reference manual, all-Chinese version, you can see examples of
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8481905
    • 提供者:yifanxuan
  1. GetStringByRegex

    0下载:
  2. 本示例程序使用正则表达式从指定的字符串中捕获所需的数据-This example uses regular expressions to capture from the specified string in the required data
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:770
    • 提供者:piao
  1. WindowsApplication23

    0下载:
  2. 源代码共享 WindowsApplication23.rar 超强的datagrid插件,支持正则表达式,下拉列表,格式设置等属性。-Source code-sharing WindowsApplication23.rar super datagrid plugin to support regular expressions, the drop-down list, formatting and other properties.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:104616
    • 提供者:houzg
  1. RegexTester

    0下载:
  2. 正则表达式格式检验可执行程序,输入要格式化的数据和正则表达式可进行检验,修改。-Regular expression test executable format, enter the format of data and regular expressions can be tested, modified.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:63737
    • 提供者:wu0251
  1. Expresso

    0下载:
  2. The .NET framework provides a powerful class Regex for creating and using Regular Expressions. While regular expressions are a powerful way to parse, edit, and replace text, the complex syntax makes them hard to understand prone to errors, even for t
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:92946
    • 提供者:sandy
  1. Csharp

    0下载:
  2. Csharp字符串和正则表达式参考手册,希望对大家学习有所帮助-Csharp strings and regular expressions reference manual
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8481898
    • 提供者:zhangyiing
  1. CSharpRegularExpression

    0下载:
  2. 本书介绍C#编程中的字符串和正则表达式,可以作为学习资料和参考书使用。-This book introduces C# programming in the string and regular expressions can be used as learning materials and reference books.
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8481955
    • 提供者:宝儿
  1. CSharpstrings-and-regular

    0下载:
  2. 18.CSharp字符串和正则表达式参考手册,刚入门学习最好的帮手!-18.CSharp strings and regular expressions reference guide, has just started to learn the best helper!
  3. 所属分类:CSharp

    • 发布日期:2017-05-25
    • 文件大小:8481912
    • 提供者:xuyh
  1. Regular-expressions

    0下载:
  2. 正则表达式的多种匹配,如检测单词中重复字母,分离单词,检测单词结尾等-Regular expression to match a variety, such as the detection of duplicate letters in the word, the word separation, detection and other end of a word
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:23370
    • 提供者:
« 12 3 »
搜珍网 www.dssz.com