File: GuideReferencePCRE.xml

package info (click to toggle)
geeqie 1%3A1.4%2Bgit20190121-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 49,580 kB
  • sloc: ansic: 97,007; xml: 11,439; sh: 1,529; cpp: 1,237; makefile: 563; awk: 160; perl: 131
file content (14 lines) | stat: -rw-r--r-- 767 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="utf-8"?>
<section id="GuideReferencePCRE">
  <title id="titleGuideReferencePCRE">Perl Compatible Regular Expressions</title>
  <para>
    The Filename and Comment sections on the search window use
    <ulink url="https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions">Perl Compatible Regular Expressions</ulink>
    . In general use there are a number of differences to the wildcard expansion used on the command line:
    <itemizedlist>
      <listitem>Use "." and not "?" for a single character.</listitem>
      <listitem>Use "abc.*ghk" and not "abc*ghk" for multiple characters</listitem>
      <listitem>Use "\." to represent the dot in a file extension</listitem>
    </itemizedlist>
  </para>
</section>