Author Topic: How to delete initial parts of filename  (Read 4694 times)

rah

  • Newbie
  • *
  • Posts: 1
    • View Profile
How to delete initial parts of filename
« 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

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4271
    • View Profile
    • Multi Commander
Re: How to delete initial parts of filename
« Reply #1 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