Regular Expressions

From GeopsyWiki
Revision as of 17:48, 23 March 2010 by Marc (talk | contribs) (New page: == Definition == Regular expressions are powerful means to find patterns in a text and to perform replacements. == Specific implementation == All Geop...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Definition

Regular expressions are powerful means to find patterns in a text and to perform replacements.

Specific implementation

All Geopsy.org softwares use the Qt implementation of regular expressions.