Skip to content

Commit 581d97f

Browse files
authored
Add Replace Lists menu for Rename/Move detection keys (#3215)
1 parent 558f5b3 commit 581d97f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+5135
-1886
lines changed

Docs/Manual/English/Configuration.xml

Lines changed: 254 additions & 112 deletions
Large diffs are not rendered by default.

Docs/Manual/English/Filters.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ old new</screen>
650650
<para>File format example:</para>
651651
<screen># Comment line
652652
\d+ NUMBER
653-
(\d{4})-(\d{2})-(\d{2}) $3/$2/$1</screen>
653+
(\d{4})-(\d{2})-(\d{2}) $1_$2_$3</screen>
654654
<para>Examples:</para>
655655
<itemizedlist>
656656
<listitem><para><literal>regexReplaceWithList(Name, "C:\Filters\regex_replacements.txt")</literal> - applies regex replacements to file name</para></listitem>

0 commit comments

Comments
 (0)