Hallo All,
Apologies if this is exceedingly obvious.
Suppose I have a file conatining:
some text here
Result1: OK
Result2: OK
some more text here
how would I find and replace Result1 and Result2 with Results? So that the end result would look like:
some text here
Results: OK OK
some more text here
Apologies if this is exceedingly obvious.
Suppose I have a file conatining:
some text here
Result1: OK
Result2: OK
some more text here
how would I find and replace Result1 and Result2 with Results? So that the end result would look like:
some text here
Results: OK OK
some more text here