Search found 2 matches

by lou
24 Sep 2008, 09:02
Forum: Problems and Troubleshooting
Topic: Batch Rename RegEx End of Name
Replies: 9
Views: 11920

Batch Rename RegEx End of Name

Hi,
thanks for your feedback.
I just wanted to append something at the end of each filename.
From what you wrote the solution for this would be to capture the last character in a group:
(.)$
and consider this in the replacement expression:
$(0)test
by lou
23 Sep 2008, 18:30
Forum: Problems and Troubleshooting
Topic: Batch Rename RegEx End of Name
Replies: 9
Views: 11920

Batch Rename RegEx End of Name

Hi,
I am trying to use Batch Rename with Regular Expressions and want to match the end of a name but it seems that this does not work in Salamander 2.51.