php
PHP - XML tag 정규표현식
'<body> text<br/>More Text </body> | <a href="link.html">Link</a'에는 매치되나 '<p> Some Text <p> | <hr> | <html>'에는 매치되지 않습니다.
<(\w+)(\s(\w*=".*?")?)*((/>)|((/*?)>.*?</\1>))
출처: http://www.regexlib.com
0 댓글