3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '{width:100, max-heigth:300, min-height:200}'; $pattern = '/:(\S)/'; $replacement = ': $1'; var_dump(preg_replace($pattern, $replacement, $string));

preferences:
36.01 ms | 402 KiB | 5 Q