Greetings
I am trying to find all instances of specific string such as “This Header Here” and adding incremental numbers to each in the text document that would replace the above string with:
This Header Here #1
This Header Here #2
This Header Here #libreoffice-503
This would happen to all instances of the above string ant the numbers would increase with each by 1.
How would I do this?
Thanks in advance!