Regular Expressions

From GeopsyWiki
Revision as of 13:23, 21 November 2022 by Marc (talk | contribs) (→‎Specific implementation)
(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

Geopsy applications use the Qt implementation of regular expressions.