3v4l.org

run code in 300+ PHP versions simultaneously
<?php $reg_exp = '([!#%&+.\'<=>@`{|}~"()*\\\_\^\?\[\]\'\/\;])'; $word = 'stop91 something'; $match = preg_match($reg_exp, $word); var_dump($match);

preferences:
37.49 ms | 402 KiB | 5 Q