Regular Expression Settings |
Top Previous Next |
Regular expression settings defines the regex syntax to use when searching. This can either be the Perl compatible regular expression syntax or the Classic regular expression syntax. See Expression Types for more information.
When searching for text in foreign languages it can often be useful to 'Collate character ranges' which allows characters outside the standard a-z range to be included in the range, e.g. to include the é in Années when using the range [a-z]+
|