Hello, Does anyone have a fix for the following;
I'm taking the following string:
<span id="tmpl_main_lblWord" class="randomWord">kid</span>
and using the following preg_match / regex rule;
preg_match("'/(<span id=.* class=.*>)(.*)(<\/span>)/'si", $buffer, $match);
But its returning with an empty array any ideas?