Erster Buchstable Groß in Wort

ID250
Link ReferenceNot set
Link CreditsNot set
Link Technical DocumentationNot set
PlCodelangPHP
PlGroupStrings
PlItemTitleErster Buchstable Groß in Wort
Code$myString = "nothingspecial";
$uc = ucwords($myString);
echo $uc;
// Nothingspecial
Result Example