3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '@vset:postcode_finder_limit:5'; if (preg_match('/^[^:]*:([^:]*)/', $s, $matches)) { echo $matches[1]; } else { echo "Not found!"; }

preferences:
43.01 ms | 402 KiB | 5 Q