find, copy, replace then insert -- help needed
Posted: Sat Jan 12, 2008 4:31 am
I would like to find a line that begins with a variable number of spaces and\or tabs, contains a known string and ends with a variable number of spaces and\or tabs and then a slash
Line to find:
xxx9.lib \
Then replace part of the string (9) with (9_1) and insert it after the orignal string with the same leading spaces and\or tabs.
Result:
xxx9.lib \
xxx9_1.lib \
Any help would be apperciated, particularlly around the replacement part.
Line to find:
xxx9.lib \
Then replace part of the string (9) with (9_1) and insert it after the orignal string with the same leading spaces and\or tabs.
Result:
xxx9.lib \
xxx9_1.lib \
Any help would be apperciated, particularlly around the replacement part.