Example line below
<item>Some Title text
<item>Some Different Title text
I would like to be able to search for all text like above and replace with
<item>Some Title Text<code>
<item>Some Different Title text<code>
Sounds simple - I can do a search using regular expression
<item>.*
That finds the lines, but when I try to do a replace using replace string
<item>.*<code>
I get
<item>.*<code>
<item>.*<code>
Cant figure it out so hope someone can help - TIA
Search for lines and replace using regular expression
Moderators: AmigoJack, bbadmin, helios, MudGuard
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm