Hello,
is it possible to do the following with (Perl)-RegEx?
Delete only the first special word A in front of another special word B and add a TAB(\t).
Before:
This is a wordA sentence with wordA followed by wordB
Another one with wordA and then wordB
After;
This is a wordA sentence with\tfollowed by wordB
Another one with\tand then wordB
is it possible to do the following with (Perl)-RegEx?
Delete only the first special word A in front of another special word B and add a TAB(\t).
Before:
This is a wordA sentence with wordA followed by wordB
Another one with wordA and then wordB
After;
This is a wordA sentence with\tfollowed by wordB
Another one with\tand then wordB