
June 14th, 2009, 10:00 AM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 38,067
Time spent in forums: < 1 sec
Reputation Power: 43
|
|
|
What is Regular Expressions, an Introduction to Regular Expressions
Regular expressions(or regex) are a language used for more sophisticated form and text processing. They are often used to perform complex search-and-replace operations, and to validate that text data is well-formed. Regular expressions can be used to perform all sorts of powerful text processing and manipulation in just about every language and on every platform. Every regular expression either matches text (search) or matches and replaces text (search and replace).
Read the full article here: What is Regular Expressions, an Introduction to Regular Expressions
|