Is there a way to replace with a new string that is dynamic? Using WildEdit, I have identified my RE in all of my files. I want to replace this RE in each file with an incrementing value in each file. That is, I want my RE replacement to result in String1 in file 1, String2 in file 2, String3 in file 3, etc.... essentially Stringn where n increments.
Any idea on how to accomplish that? Certainly someone has had the need to do such a thing before...
Is there any macro ability in WildEdit?
Thanks in advance!
Merlsub
Dynamic replacement
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
I would use a scripting language, such as Perl to, solve such problems. A free Perl interpreter is available from here:
www.activestate.com/Products/ActivePerl/
Though you'll probably need to buy a textbook, before you can use it.
Keith MacDonald
Helios Software Solutions
www.activestate.com/Products/ActivePerl/
Though you'll probably need to buy a textbook, before you can use it.
Keith MacDonald
Helios Software Solutions