General discussions about Advanced Find and Replace
-
urban32
- Posts: 3
- Joined: Sun Oct 02, 2005 6:54 pm
Post
by urban32 »
I need to simple replace texts that start with A... and end with ...B
For example:
<ul class=level3>
<li><img src=../../images/no_.gif> <a href=02_01_02_01.htm>wert</a>
<li><img src=../../images/no_.gif> <a href=02_01_02_02.htm>dfhg</a>
<li><img src=../../images/no_.gif> <a href=02_01_02_03.htm>dsfhjj</a>
<li><img src=../../images/no_.gif> <a href=02_01_02_04.htm>asdf</a>
<li><img src=../../images/no_.gif> <a href=02_01_02_05.htm>qwer (some text)</a>
</ul>
I need to remove all lists level3 (<ul class=level3>......</ul>).
How can I do this? Help me please!!!

-
Abacre
- Site Admin
- Posts: 1223
- Joined: Mon Jan 31, 2005 5:32 pm
Post
by Abacre »
Hi,
Use the following:
Go to main menu - Action - Options - Batch replace
check ON "Modifier S".
In main window of the program:
Go to Batch replace, check on "Use regular expressions".
Search for:
<ul class=level3>.*</ul>
Replace with should be empty.
So, .* means any char and modifier S will threat all line breaks as it
would be a single line.
That's all.
-
urban32
- Posts: 3
- Joined: Sun Oct 02, 2005 6:54 pm
Post
by urban32 »
Thanx a lot for fast reply!
I will try!
-
urban32
- Posts: 3
- Joined: Sun Oct 02, 2005 6:54 pm
Post
by urban32 »
Ooo! It really works!!!!

Cool! I find this tool at least two weeks!
