Welcome![Sign In][Sign Up]
Location:
Search - Regular

Search list

[Other resourceRegular-expressions-simplifypattern-matching-code.

Description: 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.
Platform: | Size: 112314 | Author: qlw | Hits:

[ELanguageRegular

Description: 输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;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
Platform: | Size: 175504 | Author: 杨震原 | Hits:

[Other resourceOreilly.Oracle.Regular.Expressions.Pocket.Referenc

Description: Oreilly.Oracle.Regular.Expressions.Pocket.Reference.eBook-LiB
Platform: | Size: 109552 | Author: zhou | Hits:

[Windows Develop_OReilly.Mastering.Regular.Expressions.3rd.Edition

Description: 一本书: 精通正则表达式_OReilly.Mastering.Regular.Expressions.3rd.Edition.Aug 可以作为一个很好的收藏
Platform: | Size: 1505498 | Author: LiMing | Hits:

[ELanguageRegular

Description: 输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;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
Platform: | Size: 249856 | Author: 杨震原 | Hits:

[Software EngineeringRegular-expressions-simplifypattern-matching-code.

Description: 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.
Platform: | Size: 111616 | Author: qlw | Hits:

[Windows Develop_OReilly.Mastering.Regular.Expressions.3rd.Edition

Description: 一本书: 精通正则表达式_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
Platform: | Size: 1505280 | Author: LiMing | Hits:

[Windows DevelopOReilly.Mastering.Regular.Expressions.3rd.Edition.

Description: 《精通正则表达式》第三版英文pdf版,高级程序员必读。- Proficient in the regular expression the third edition of the English pdf version of must-read high-level programmers.
Platform: | Size: 1907712 | Author: 李伟 | Hits:

[Windows DevelopRegular-Expression-Tutorial

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

[Technology Managementregular-expressions-cheat-sheet-v2.pdf

Description: 正则表达式的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.
Platform: | Size: 461824 | Author: yjj | Hits:

[OtherOReilly.Mastering.Regular.Expressions.3rd.Edition.

Description: 正则表达式的经典著作,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
Platform: | Size: 1502208 | Author: 0x7c00 | Hits:

[OtherOreilly.Oracle.Regular.Expressions.Pocket.Referen

Description: Oreilly Oracle Regular Expressions Pocket Reference - useful for unix beginners and gurus-Oreilly Oracle Regular Expressions Pocket Reference- useful for unix beginners and gurus
Platform: | Size: 109568 | Author: jorolaneca | Hits:

[Windows Developregular-expressions-cheat-sheet-v2

Description: regular expressions cheat sheet v2
Platform: | Size: 461824 | Author: aadyyb | Hits:

[Linux-UnixOReilly.Mastering.Regular.Expr_53571

Description: Mastering Regular Expression that is very good for string manipulation in Unix and Windows
Platform: | Size: 1505280 | Author: nqbinh | Hits:

[WEB CodeRegular-Expressions-Cookbook

Description: 中文名称:《正则表达式经典实例》 本书讲解了基于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
Platform: | Size: 4526080 | Author: zj | Hits:

[Windows Develop[Wrox]-Beginning-Regular-Expressions-2005.pdf

Description: This is a good book to master Regular Expressions..Please read this and it worth reading this..
Platform: | Size: 14497792 | Author: vijay | Hits:

[JSP/JavaApress.Java.Regular.Expressions

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

[Documentsregular expression

Description: A Guide about Regular Expressions in the Dial Plan
Platform: | Size: 345088 | Author: rosi | Hits:

[OtherRegular Expression Pocket Reference

Description: regular expression pocket references in CHM
Platform: | Size: 146432 | Author: somename008 | Hits:

[Otherregular

Description: 生成规则排列颗粒 并施加墙体移动观察变化(Formation of regular permutation particles)
Platform: | Size: 10240 | Author: 段希贤 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net