test_preg_replace

Run Settings
LanguagePHP
Language Version
Run Command
<?php $str = 'foo o'; $str = preg_replace('/\s\s+/', ' ', $str); // 将会改变为'foo o' echo $str; ?>
Editor Settings
Theme
Key bindings
Full width
Lines