
March 16th, 2012, 03:31 AM
|
|
Registered User
|
|
Join Date: Mar 2012
Posts: 1
Time spent in forums: 2 m 11 sec
Reputation Power: 0
|
|
|
Other - How to search and replace an expression by another when using Regex in Notepad++
Hi,
In a directory of html files, several files contain the following chain :
<li><font size="2">xxxxxxxxxx</font></li>
where xxxxxxxxxx is a chain which can vary from 10 to 100 characters
I would like to replace
<li><font size="2">xxxxxxxxxx</font></li>
by
<li>xxxxxxxxxx</li>
When using the Serach and Replace function of Notepād++, is there a way to make such replacemnt ?
Thank you in advance for any help in this matter.
Patrick
|