Regular expression
October 14th 2007
|
|
Regular expression
regular expression: Definition from Answers.com
regular expression ( ?regy?l?r ik?spresh?n ) ( computer science ) A formal description of a language acceptable by a finite automaton or for the (more...)
Regex Class (System.Text.RegularExpressions)
Represents an immutable regular expression. ... The Regex class contains several static (or Shared in Visual Basic) methods that allow you to use a regular expression without ... (more...)
Regular expression - Wikipedia, the free encyclopedia
In computing, regular expressions provide a concise and flexible means for identifying strings of text of interest, such as particular characters, words, or patterns of characters. (more...)
Pattern (Java 2 Platform SE v1.4.2)
public final class Pattern extends Object implements Serializable. A compiled representation of a regular expression. A regular expression, specified as a string, must first be ... (more...)
4.2.1 Regular Expression Syntax
4.2.1 Regular Expression Syntax A regular expression (or RE) specifies a set of strings that matches it; the functions in this module let you check if a particular string matches ... (more...)
Regular-Expressions.info - Regex Tutorial, Examples and Reference ...
A tutorial and reference for many popular regular expression flavors used by programming languages like Perl, PHP, Java, C# and VB.NET as well as a description of general tools ... (more...)
Regular Expression Library
Regular Expression Library provides a searchable database of regular expressions. Users can add, edit, rate, and test regular expressions. (more...)
Regular Expression HOWTO
Regular Expression HOWTO ... This document is an introductory tutorial to using regular expressions in Python with the re module. (more...)
Regular Expression Tutorial - Learn How to Use Regular Expressions
This tutorial will teach you how to create your own regular expressions, starting with the most basic regex concepts and ending with the most advanced and specialized capabilities. (more...)
Regular expression examples - Wikipedia, the free encyclopedia
A regular expression ( also "RegEx" or "regex" ) is a string that is used to describe or match a set of strings according to certain syntax rules. (more...)