Notepad++ Search & Replace with Regular Expressions

Posted by Jeremy on Super User See other posts from Super User or by Jeremy
Published on 2010-04-20T09:38:45Z Indexed on 2011/11/20 9:59 UTC
Read the original article Hit count: 215

Filed under:
|
|
|

I know its simple, but I can't get it to work...

I have a strings like

{span style="display:none"}123{/span} and 

{span style="display:none"}456{/span} and 

{span style="display:none"}789{/span}

in a file.

I want to remove all of these string.

So, I thought a simple regular expression replace in NotePad++ should be like

{span style="display:none"}[(.)]{/span}

but, this is not working.

Thank for your help!

© Super User or respective owner

Related posts about search

Related posts about notepad++