Update documentation, remove obsolete GQview import options
[geeqie.git] / doc / docbook / GuideReferencePCRE.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <section id="GuideReferencePCRE">\r
3   <title id="titleGuideReferencePCRE">Perl Compatible Regular Expressions</title>\r
4   <para>\r
5     The Filename and Comment sections on the search window use\r
6     <ulink url="https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions">Perl Compatible Regular Expressions</ulink>\r
7     . In general use there are a number of differences to the wildcard expansion used on the command line:\r
8     <itemizedlist>\r
9       <listitem>Use "." and not "?" for a single character.</listitem>\r
10       <listitem>Use "abc.*ghk" and not "abc*ghk" for multiple characters</listitem>\r
11       <listitem>Use "\." to represent the dot in a file extension</listitem>\r
12       <listitem>Use "(?i)" to make the following characters case-insensitive</listitem>\r
13     </itemizedlist>\r
14   </para>\r
15 </section>\r