3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text='this PART should be CONVERTED to uppercase [This PART should not BE changed] this part should also be CONVERTED to uppercase [THIS part should also not be CHANGED] etc..'; $text = preg_replace_callback( "/(\[(.*?)\])(*SKIP)(*FAIL)|\w+/is", function($m) { return strtoupper($m[0]); }, $text); echo $text;

This is an error 500

Value for `_results` contains invalid data `array`


preferences:
163.78 ms | 2145 KiB | 10 Q