Incrementing every exact string found by 1

General discussions about Advanced Find and Replace
Post Reply
eros576
Posts: 1
Joined: Wed Feb 14, 2007 8:33 pm

Incrementing every exact string found by 1

Post by eros576 »

I have multiple files with strings "##" that I want to repalce with corresponding incrementing digits.

example

TEST##
TEST##
TEST###...
SALE##
SALE##
SALE##...

after replace:

TEST01
TEST02
TEST999
SALE01
SALE02
SALE99...

Post Reply