3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pattern = '(?:;?[a-z\d+#.-]+)+'; // Borrowed from @Hamza. $tags =<<<TAGS gggd hfhfghg;hfhdfh fgjfgjgf;hfhdfh;hfhdfh fgjgfj;hfhdfh;hfhdfh;hfhdfh hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh;hfhdfh TAGS; var_dump(preg_match('/'.$pattern.'/', $tags)); if (preg_match('/'.$pattern.'/', $tags)) { var_dump(substr_count($tags, ';')); }

preferences:
48.71 ms | 402 KiB | 5 Q