From 9cdfd677243a2743332d79dab490d8db46a00145 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Thu, 25 Aug 2022 19:38:38 +0100 Subject: [PATCH] Minor typo: make "super-quote" always hyphenated --- manual/gui.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/gui.rst b/manual/gui.rst index e07f31277a..8077fbbcf8 100644 --- a/manual/gui.rst +++ b/manual/gui.rst @@ -386,7 +386,7 @@ Two variants of equality searches are used for hierarchical items (e.g., A.B.C): *'Regular expression' searches* -Regular expression searches are indicated by prefixing the search string with a tilde (~). Any `Python-compatible regular expression `__ can be used. Backslashes used to escape special characters in regular expressions must be doubled because single backslashes will be removed during query parsing. For example, to match a literal parenthesis you must enter ``\\(`` or alternatively use `super quotes` (see below). Regular expression searches are 'contains' searches unless the expression is anchored. Character variants are significant: ``~e`` doesn't match ``é``. +Regular expression searches are indicated by prefixing the search string with a tilde (~). Any `Python-compatible regular expression `__ can be used. Backslashes used to escape special characters in regular expressions must be doubled because single backslashes will be removed during query parsing. For example, to match a literal parenthesis you must enter ``\\(`` or alternatively use `super-quotes` (see below). Regular expression searches are 'contains' searches unless the expression is anchored. Character variants are significant: ``~e`` doesn't match ``é``. *'Character variant' searches*