We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The following code:
<?php echo mb_convert_case("ΚΑΛΗΣΠΕΡΑ ΣΑΣ", MB_CASE_TITLE, "UTF-8");
Resulted in this output:
Καλησπερα Σασ
But I expected this output instead:
Καλησπερα Σας
7.4.3
ubuntu 20.4