SyntaxFix
Write A Post
Hire A Developer
Questions
try $pattern = "<($tagname)\b.*?>(.*?)</\1>" and return $matches[2]
$pattern = "<($tagname)\b.*?>(.*?)</\1>"
return $matches[2]