Determining Index Position

Hi,

One of the steps when adding or removing certain parts of a filename is the counting of the position where it starts and ends.

So, is there a way within the program to position our cursor, highlight the parts that needs to be replaced. And the program would mark the position and fill in the count.

Right now, I have to copy the file name, paste it into Notepad++ just to get those 2 values. Or am I doing it wrongly?



Henry
Insufficient information - but look at regular expressions.
Reply to #2:
Thx for the reply.
Turns out I can use "Remove Pattern" batch method to achieve what I want.

Henry