| |||||||||||||||
|
What is a regular expression? A regular expression is phrase or formula, representing a pattern. A regular expression allows you to search for strings matching the pattern within a set of documents. An everyday example of a regular expression is the usage of the wildcard character * when searching for files. For instance, when using the phrase *.txt during a file search, you have used a simple regular expression to locate text
files. In case you want to learn more on regular expressions, please see the right-hand column of this page. There you will find a number of links to very useful regular expression tutorials and regular expression reference sites. Remember that regular expressions are case sensitive by default! |
Regular expression tutorials and reference:
Regular expression (Wikipedia)
Regular expression examples (Wikipedia)
Regular expression tutorial software:
| ||||||||||||||
|
Copyright ©
1995-2011 Freebyte.com All rights reserved. TreePad.com is hosted by Ultrahosting.com |