Erster Buchstable Groß in Wort
ID | 250 |
---|---|
Link Reference | Not set |
Link Credits | Not set |
Link Technical Documentation | Not set |
PlCodelang | PHP |
PlGroup | Strings |
PlItemTitle | Erster Buchstable Groß in Wort |
Code | $myString = "nothingspecial"; $uc = ucwords($myString); echo $uc; // Nothingspecial |
Result Example |