Hi All,
i'm having some trouble to find how i could instruct Textpad to make a couple of replacements in a file that i have got.
for the moment, i have a big file (180 000 lines) that is actually a list of tags followed by some information.
NAME Bestycame
ID 32553
HO1 abcdef' MNOPQ xy QWERTY
and what i would like to do is to replace every line that begin by 'HOP' then a couple of lowercase (and sometimes the caracter ' and a space eg: ab; ab'; ab cd) to be splitted into two lines, one with a new tag and the first set of lowercase, and the second one with the old tag and the rest of the data.