Why among functions mb_ there are no analogues to functions ucfirst() , lcfirst() and others?
There are many solutions online, for example:
mb_convert_case($string, MB_CASE_TITLE, 'UTF-8'); // Аналог ucwords() But the regular functions mb_ucwords(), mb_ucfirst() and mb_lcfirst() would be very useful ... mb_ucfirst() ecumenical conspiracy of PHP developers or in the absence of mb_ucfirst() and mb_lcfirst() have any sense?