Difference between revisions of "Regular Expressions"

From GeopsyWiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
== Specific implementation ==
 
== Specific implementation ==
  
All Geopsy.org softwares use the [http://doc.qt.nokia.com/4.6/qregexp.html#introduction Qt implementation] of regular expressions.
+
Geopsy applications use the [https://doc.qt.io/qt-5/qregexp.html#introduction Qt implementation] of regular expressions.

Latest revision as of 13:23, 21 November 2022

Definition

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

Specific implementation

Geopsy applications use the Qt implementation of regular expressions.