- Joined
- Apr 28, 2022
- Messages
- 1
- Reaction score
- 0
I didn't find a suitable category for this post.
Is there any way or program to solve this kind of replacement. I have the text file which contains:
<a>word1</a><b>---</b>
<a>word2</a><b>---</b>
<a>word3</a><b>---</b>
etc... and lot of other text
I want to replace first --- with word1, second --- with word2, etc
Those words can be any kind of words like flower, people, beer... but brackets (<a></a><b></b>) are the same.
Is it possible to make all replacements AT ONCE? And how?
The program like PowerGREP maybe could do this but I don't know how.
Thanks if you can help.
Is there any way or program to solve this kind of replacement. I have the text file which contains:
<a>word1</a><b>---</b>
<a>word2</a><b>---</b>
<a>word3</a><b>---</b>
etc... and lot of other text
I want to replace first --- with word1, second --- with word2, etc
Those words can be any kind of words like flower, people, beer... but brackets (<a></a><b></b>) are the same.
Is it possible to make all replacements AT ONCE? And how?
The program like PowerGREP maybe could do this but I don't know how.
Thanks if you can help.