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...) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
== Specific implementation == | == Specific implementation == | ||
− | + | 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.