php
PHP - title 태그 추출 정규표현식
"<title>Regular Expression Library</title>"는 매치되나 "<td>Regular Expression Library</td>"와 같은 태그는 매치되지 않습니다.
<title>(.*?)</title>
출처: http://www.regexlib.com/REDetails.aspx?regexp_id=2584
0 댓글