Home Submit URL Add to Favorite Contact
           25 April, 2024
 
    
Category:  Computers »  Programming »  Languages »  Regular Expressions SUBMIT A SITE | Suggest A Category |  Search Category

Regular Expressions

Records 1-8 of 8
Order by  Date Added  |  Popularity  |  Alphabet
PCRE - Perl Compatible Regular Expressions (Popularity: )
http://www.pcre.org/
A C library for matching regular expressions with Perl 5 syntax and semantics. PCRE has its own native API, as ...

Mastering Regular Expressions (Second Edition) (Popularity: )
http://regex.info/
Book by Jeffrey Friedl. Includes table of contents, full index, an errata sheet.

Regular Expressions Tutorial (Popularity: )
http://www.regular-expressions.info/
A tutorial and reference for many popular regular expression flavors used by programming languages like Perl, PHP, Java, C# and ...

RegExplorer (Popularity: )
http://regexplorer.sourceforge.net/
A visual regular expression explorer, it allows for writing regular expressions and visually see the matches. Uses the KDE/Qt Libraries ...

regexp.org (Popularity: )
http://www.regexp.org/
A forum for coders to share regexes and regex info.

RegexBuddy (Popularity: )
http://www.regexbuddy.com
Tool for creating, debug, implement and save regular expressions for Windows and Linux. [Commercial]

Pat (Popularity: )
http://www.javaregex.com/
A package that provides a mechanism for compiling and matching regular expressions in Java. Download, documentation and news.

JRegex (Popularity: )
http://jregex.sourceforge.net/
Regular expression support that offers a superset of Perl5.6 regex syntax, compatibility with JDK 1.1). Includes documentation, examples, and demonstration ...