I have this string:
<span itemprop="author" itemscope="" itemtype="http://schema.org/Person"><span itemprop="name">gegi123</span></span>
and i need gegi123
I tried this:
/<span itemprop="author" itemscope="" itemtype="http://schema.org/Person"><span itemprop="name">(.*?)</span></span>/
but that shows an error:
Warning: preg_match_all(): Unknown modifier '/' in /var/www/post/main.php on line 29