Difference between revisions of "Regular Expressions"
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...) |
|||
Line 5: | Line 5: | ||
== Specific implementation == | == Specific implementation == | ||
− | All Geopsy.org softwares use the [http://doc.qt.nokia.com/4.6/qregexp.html# | + | All Geopsy.org softwares use the [http://doc.qt.nokia.com/4.6/qregexp.html#introduction Qt implementation] of regular expressions. |
Revision as of 17:49, 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.