Share some of your regular tips with EditPlus, editplus version v3.5.1
1, replace a label link address is empty
For example:
Put all the
1 <a href= ".??." >
Replace into
1 <a href= "#" >
Regular lookup:
1 <a href= "[^"]+ "
To be replaced by:
1 <a href= "#"
Replace result:
2, replace all two change the behavior of a line, remove empty line
Regular lookup:
1 nn
Replace:
N
Replace one time break, can replace more
3. Replace title= "...? sui!!?quot; empty
Regular lookup:
1 title= "[^"]+ "
To be replaced by:
1 empty
By the same token, you can replace title= with alt=, style=, onclick=, etc.
3, find the removal of Baidu statistics code
1 <script type= "Text/javascript" >var _bdhmprotocol. Sui!?lt;/script>
Regular lookup:
1 (<script[^>]+>nvar _bdhmprotocol.+);ndocument.write.+n</script>) | (<script[^>]+>var _bdhmprotocol.+);ndocument.write.+n</script>) | (<script[^>]+>var _bdhmprotocol.+);d ocument.write.+</script>)
To be replaced by:
1 empty
4, remove the CNZZ Webmaster statistics code
1 <script src= "... Cnzz.com ... "Type=" Text/javascript "></script>
Regular lookup:
1 <script src= "[^"]+cnzz.com[^ "]+" type= "Text/javascript" ></script>
Replace:
1 empty