Regular expressions

From ShawnReevesWiki
Revision as of 11:45, 18 February 2010 by Shawn (talk | contribs) (Created page with 'Regular expressions are powerful pattern-matching phrases that can be used to search and/or retrieve information from texts. ==Tools== [http://txt2regex.sourceforge.net/ txt2reg…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Regular expressions are powerful pattern-matching phrases that can be used to search and/or retrieve information from texts.

Tools

txt2regex is an excellent tool that asks you a series of questions to build any regular expression, showing how it might differ in different programs like perl, php, python, etc.