3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo preg_match( '/ \\s+ # whitespace href # "href" attribute \\s* # optional whitespace = # literal "=" \\s* # optional whitespace (["\']) # open quote (captured for later backreference) ([^"\']+) \\1 # the same quote character as the opening quote /x', 'href="/"' );

preferences:
39.55 ms | 402 KiB | 5 Q