This commit is contained in:
Kovid Goyal 2022-08-08 13:44:54 +05:30
parent 5b59008313
commit 872c7ea159
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -184,8 +184,8 @@ Available modes are:
and ``cool`` occur within sixty characters of each other. To change the
number of charcters add the new number to the end of the list of words. For
instance, ``calibre cool awesome 120`` will match places where the three
words occur within 120 characters of each other.
words occur within 120 characters of each other. Note that punctuation and
accents are *not* ignored for these searches.
#. :guilabel:`Regex` - Interprets the search text as a *regular expression*.
To learn more about using regular expressions, see :doc:`the tutorial