tag or string with regex ?
like preg_all_match
for example i wana get all words between :
<a>hello<a/>
<a>bye</a>
in a array !
my Intended result : [0] => hello [1] => bye
https://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags
Обсуждают сегодня