3v4l.org

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

preferences:
22.15 ms | 402 KiB | 5 Q