Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Regular
Search - Regular - List
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 code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Date : 2008-10-13 Size : 109.68kb User : qlw

DL : 0
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end; * Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression
Date : 2008-10-13 Size : 171.39kb User : 杨震原

Oreilly.Oracle.Regular.Expressions.Pocket.Reference.eBook-LiB
Date : 2008-10-13 Size : 106.98kb User : zhou

一本书: 精通正则表达式_OReilly.Mastering.Regular.Expressions.3rd.Edition.Aug 可以作为一个很好的收藏
Date : 2008-10-13 Size : 1.44mb User : LiMing

DL : 0
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end;* Closure; , And set; To complement the set; E, empty string; O, empty set procedures will then generate the corresponding NFA, and the simplification of the DFA after finally lose into a string, procedures judgment whether it is to meet the regular expression
Date : 2025-07-15 Size : 244kb User : 杨震原

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 code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.-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 code, Java provides regular expressions. After introducing you to terminology and thejava.util. regex package, Jeff Friesen explores many regular expression constructs supported by that package s Pattern class. Then he examines Pattern s methods and the additionaljava.util. regex classes. In conclusion, he presents a practical application of regular expressions.
Date : 2025-07-15 Size : 109kb User : qlw

一本书: 精通正则表达式_OReilly.Mastering.Regular.Expressions.3rd.Edition.Aug 可以作为一个很好的收藏-A book: proficient _OReilly.Mastering.Regular.Expressions.3rd.Edition.Aug regular expressions can be used as a very good collection
Date : 2025-07-15 Size : 1.44mb User : LiMing

《精通正则表达式》第三版英文pdf版,高级程序员必读。- Proficient in the regular expression the third edition of the English pdf version of must-read high-level programmers.
Date : 2025-07-15 Size : 1.82mb User : 李伟

这本书介绍了正则表达式的基本语法和应用 深入浅出 循序渐进 能帮助你快速掌握正则表达式-This book introduces the basic regular expression syntax and application of easy step-by-step can help you quickly master the regular expression
Date : 2025-07-15 Size : 279kb User : lmm

正则表达式的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.
Date : 2025-07-15 Size : 451kb User : yjj

正则表达式的经典著作,chm格式,OReilly.Mastering.Regular.Expressions.3rd.Edition.Aug.2006.chm,第三版,英文版-Classic regular expressions, chm format, OReilly.Mastering.Regular.Expressions.3rd.Edition.Aug.2006.chm, third edition, English
Date : 2025-07-15 Size : 1.43mb User : 0x7c00

Oreilly Oracle Regular Expressions Pocket Reference - useful for unix beginners and gurus-Oreilly Oracle Regular Expressions Pocket Reference- useful for unix beginners and gurus
Date : 2025-07-15 Size : 107kb User : jorolaneca

regular expressions cheat sheet v2
Date : 2025-07-15 Size : 451kb User : aadyyb

Mastering Regular Expression that is very good for string manipulation in Unix and Windows
Date : 2025-07-15 Size : 1.44mb User : nqbinh

中文名称:《正则表达式经典实例》 本书讲解了基于8种常用的编程语言使用正则表达式的经典实例。书中提供了上百种可以在实战中使用的实例,以帮助读者使用正则表达式来处理数据和文本。对于如何使用正则表达式来解决性能不佳、误报、漏报等常见的错误以及完成一些常见的任务,本书给出了涉及基于C#、Java、JavaScript、Perl、PHP、Python、Ruby和VB.NET等编程语言的解决方案。  本书的读者对象是对正则表达式感兴趣的软件开发人员和系统管理员。本书旨在教会读者很多新的技巧以及如何避免语言特定的陷阱,读者可以通过本书提供的实例解决方案库来解决实践中的复杂问题。 -This cookbook provides more than 100 recipes to help you crunch data and manipulate text with regular expressions. Every programmer can find uses for regular expressions, but their power doesn t come worry-free. Even seasoned users often suffer from poor performance, false positives, false negatives, or perplexing bugs. Regular Expressions Cookbook offers step-by-step instructions for some of the most common tasks involving this tool, with recipes for C#, Java, JavaScript, Perl, PHP, Python, Ruby, and VB.NET. With this book, you will: * Understand the basics of regular expressions through a concise tutorial * Use regular expressions effectively in several programming and scripting languages * Learn how to validate and format input * Manage words, lines, special characters, and numerical values * Find solutions for using regular expressions in URLs, paths, markup, and data exchange * Learn the nuances of more advanced regex features * Understand how regular expressions APIs
Date : 2025-07-15 Size : 4.32mb User : zj

This is a good book to master Regular Expressions..Please read this and it worth reading this..
Date : 2025-07-15 Size : 13.83mb User : vijay

这是一本关于正则表达式编程的英文原版书,内容详实,正则表达式可用于各种文本处理场合,比常规的文本处理方法快捷高效。-This is a book introducing Regular Expression programming.
Date : 2025-07-15 Size : 843kb User : bill

A Guide about Regular Expressions in the Dial Plan
Date : 2025-07-15 Size : 337kb User : rosi

regular expression pocket references in CHM
Date : 2025-07-15 Size : 143kb User : somename008

DL : 0
生成规则排列颗粒 并施加墙体移动观察变化(Formation of regular permutation particles)
Date : 2025-07-15 Size : 10kb User : 段希贤
« 12 3 4 5 6 7 8 9 10 ... 50 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.