Difference between revisions of "Regular Expressions"

From GeopsyWiki
Jump to navigation Jump to search
(New page: == Definition == Regular expressions are powerful means to find patterns in a text and to perform replacements. == Specific implementation == All Geop...)
(No difference)

Revision as of 17:48, 23 March 2010

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.