- 12 Reasons to Learn and Use Regular Expressions
- An article on the use of regular expressions for advanced programming.
- 4GuysFromRolla: Stripping HTML Tags using Regular Expressions
- Shows stripping of hypertext markup language tags. With code examples and live demos.
- 4GuysFromRolla: Utilizing Regular Expression SubMatches
- Article on regular expression’s features, demo files and sample code.
- 4GuysFromRolla: Utilizing Regular Expressions
- Covers regular expression’s several aspects. With code example and symbol descriptions.
- An Introduction to Regular Expression with VBScript
- A discussion on the use of regular expressions on scripting languages, especially VBScript.
- Code Project: Simplified use of Regular Expressions
- Consists of functions rxTest, rxReplace, and rxExec, with descriptions and code examples.
- Common Applications of Regular Expressions
- Defines Expressions, and explains the field data syntax of regular expressions, the common challenges of regular expressions, as well as validating password formats for regular experessions.
- Extended and Perl Regular Expressions
- A guide to basic regular expressions, extended regular expressions, and Perl regular expressions. Gives details on text blocks for certain Perl codes.
- JRX: real-time JavaScript RegExp evaluator v1.1b3
- An evaluation tool for the Javascript Regular Expressions.
- Larger Regular Expressions
- Features metacharacters for the implementation of commands for higher regular expression usage.
- Matchmaking with Regular Expressions
- Gives an overview of regular expressions, and it's application on text parsing and processing.
- Melonfire Community: Trog
- Article discusses usage of regular expressions’ search and replace operations.
- O’Reilly: C# Regular Expressions
- Covers classes and methods, examples, and expressions for applications using the language.
- PCRE Workbench
- Features information about the tools designed for developing regular expressions, using Philip Hazel's PCRE Library.
- PCRE Wrapper for Delphi 7
- Implements the PCRE as a DLL, self-containing it for modification to be able to run under Delphi 7.
- RefExLib
- Collection of contributed regular expressions with short descriptions.
- Regex Builder
- A free tool for developing and evaluating regular experessions.
- Regex Coach
- Features information on the Regex Coach tool, available on Windows, FreeBSD, and Linux platforms, for experimentingg on Interactive Regular Expressions.
- Regex Extension Home Page
- Presents regular expressions languages for pattern checking and locating.
- REGex TESTER
- A tool for evaluating, searching and replacing text on regular expressions.
- RegexBuddy
- A tool to efficiently improve coding development with regular expressions.
- RegExplorer
- Contains regular expression writing and visual matching function. Includes news, status details and compilation resources.
- RegExpr for VB & VBA
- Provides explanation about regular expressions and the implementations using VB and VBA.
- Regular Expression Resource Area
- Contains language and platform tutorials, testing tool resources, library categories and article details.
- Regular Expression Tester
- A regular expression tester, with forms for pattern and haystack checking.
- Script Using MS-XMLHTTP Object and Regular Expression
- Presents an article review on regular expressions utilized in the Microsoft XMLHTTP component.
- Txt2re
- Contains instructions on regular expression string matching.
- VBScript Regular Expressions
- Introduces different functions with sample codes and screen image.
- Visual RedExp
- Contains software’s screen images, ReadMe file, releases, code sample, changelog, and tutorial.
- ZEZ: Regular Expressions
- Explains concept, usage, quantifiers, syntax and examples.
|