3v4l.org

run code in 300+ PHP versions simultaneously
<?php setlocale(LC_ALL, 'ru_RU.CP1251'); $str = "Оригинальный картридж HP C9700A (121A) (черный)"; $str = trim(str_ireplace("Оригинальный", "", $str)); $str = iconv("UTF-8", "Windows-1251", $str); $str = ucfirst($str); $str = iconv("Windows-1251", "UTF-8", $str); echo $str;

preferences:
51.98 ms | 402 KiB | 5 Q