66d97bed0146a41ce97ef4d4ae7c7792315baaba
[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     </itemizedlist>\r
13   </para>\r
14 </section>\r