Documentation error
Status: Inactive
Brought to you by:
mchaves
In the documentation, under the 'regular expressions' category, step 2 is currently:
Fill the "Rename" field with "\.o.." and the with field with ".new";
Similarly, step 2 in the 'dinamic fields' (should that be 'dynamic'?) is:
Fill the "Rename" field with "^(.)(.)(.)" (grouping the first three characters) and the "with" field with "\1\3\2" (first group, third group and then the second group);
And finally, the first step of the 'numeric sequences' section is:
Fill the "Rename" field with ".txt" and the "with" field with ".\#".
All of these should say 'the "Replace" field' rather than "Rename".