Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: rah on March 11, 2019, 01:29:20

Title: How to delete initial parts of filename
Post by: rah on March 11, 2019, 01:29:20
I did not see in the support page anywhere you could delete the initial part of a file:
E.G.
   index.part1235222 -> part1235222
   index.part1250 -> part1250

Using the [N] doesn't seem to work: [N,7-100]
Perhaps I can use regular expressions
Title: Re: How to delete initial parts of filename
Post by: Mathias (Author) on March 11, 2019, 08:37:09
You can do it in two ways

"[N,7]"  then it starts at position 7.
Or in the Search and Replace part you can enter "index." in the find field and blank in the replace with field