Ignore:
Timestamp:
2015-07-20T18:06:13+12:00 (9 years ago)
Author:
ak19
Message:

Georgy Litvinov had fixed the regexes accepted by GLI to take a single backslash now instead of the old way of using a double backslash to handle escaping.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorial_sample_files/beatles/advbeat_large/etc/collectionConfig.xml

    r27928 r30044  
    165165            <option name="-minnesting" value="20"/>
    166166            <option name="-firstvalueonly"/>
    167             <option name="-removesuffix" value="(?i)(\\s+\\d+)|(\\s*[[:punct:]]\\s+.*)|(\\s+&amp;#091;.*)|(\\s*by the beatles\\s*)"/>
     167            <option name="-removesuffix" value="(?i)(\s+\d+)|(\s*[[:punct:]]\s+.*)|(\s+&amp;#091;.*)|(\s*by the beatles\s*)"/>
    168168            <option name="-buttonname" value="Title"/>
    169             <option name="-removeprefix" value="(?i)\\s*beatles\\s+\\-\\s+"/>
     169            <option name="-removeprefix" value="(?i)\s*beatles\s+\-\s+"/>
    170170        </classifier>
    171171        <classifier name="AZCompactList">
Note: See TracChangeset for help on using the changeset viewer.