正则表达式匹配HTML标签或标记

正则表达式
<(\S*?) [^>]*>.*?</\1>|<.*? />
匹配<html>hello</html>|<a>abcd</a>
不匹配abc|123|<html>ddd

正则表达式
^[^<>`~!/@\#}$%:;)(_^{&*=|'+]+$
匹配This is a test
不匹配<href = | <br> | That's it

正则表达式
&lt;!--.*?--&gt;
匹配&lt;!-- &lt;h1&gt;this text has been removed&lt;/h1&gt; --&gt; | &lt;!-- yada --&gt;
不匹配&lt;h1&gt;this text has not been removed&lt;/h1&gt;

正则表达式
(\[(\w+)\s*(([\w]*)=('|&quot;)?([a-zA-Z0-9|:|\/|=|-|.|\?|&amp;]*)(\5)?)*\])([a-zA-Z0-9|:|\/|=|-|.|\?|&amp;|\s]+)(\[\/\2\])
匹配[link url=&quot;http://www.domain.com/file.extension?getvar=value&amp;secondvar=value&quot;]Link[/li
不匹配[a]whatever[/b] | [a var1=something var2=somethingelse]whatever[/a] | [a]whatever[a]

正则表达式
href=[\"\'](http:\/\/|\.\/|\/)?\w+(\.\w+)*(\/\w+(\.\w+)?)*(\/|\?\w*=\w*(&\w*=\w*)*)?[\"\']
匹配href="www.yahoo.com" | href="http://localhost/blah/" | href="eek"
不匹配href="" | href=eek | href="bad example"

正则表达式
&quot;([^&quot;](?:\\.|[^\\&quot;]*)*)&quot;
匹配&quot;This is a \&quot;string\&quot;.&quot;
不匹配&quot;This is a \&quot;string\&quot;.

正则表达式
(?i:on(blur|c(hange|lick)|dblclick|focus|keypress|(key|mouse)(down|up)|(un)?load|mouse(move|o(ut|ver))|reset|s(elect|ubmit)))
匹配
onclick | onsubmit | onmouseover
不匹配click | onandon | mickeymouse

正则表达式
(?s)/\*.*\*/
匹配/* .................... */ | /* imagine lots of lines here */
不匹配*/ malformed opening tag */ | /* malformed closing tag /*

正则表达式
<(\S*?) [^>]*>.*?</\1>|<.*? />
匹配<html>hello</html>|<a>abcd</a>
不匹配abc|123|<html>ddd

正则表达式
\xA9
匹配©
不匹配anything

正则表达式
src[^&gt;]*[^/].(?:jpg|bmp|gif)(?:\&quot;|\')
匹配src=&quot;../images/image.jpg&quot; | src=&quot;http://domain.com/images/image.jpg&quot; | src='d:\w
不匹配src=&quot;../images/image.tif&quot; | src=&quot;cid:value&quot;

正则表达式
/\*[\d\D]*?\*/
匹配/* my comment */ | /* my multiline comment */ | /* my nested comment */
不匹配*/ anything here /* | anything between 2 seperate comments | \* *\

正则表达式
<[a-zA-Z]+(\s+[a-zA-Z]+\s*=\s*("([^"]*)"|'([^']*)'))*\s*/>
匹配<img src="test.gif"/>
不匹配<img src="test.gif"> | <img src="test.gif"a/>
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值