Search results
Appearance
The page "Ucfirst" does not exist. You can create a draft and submit it for review or request that a redirect be created, but consider checking the search result below to see whether the topic is already covered.
- { // make first letter uppercase and the rest lowercase $this->name = ucfirst(strtolower($name)); } public function greet(): string { return "Hello,...140 KB (12,596 words) - 06:17, 11 June 2025
- ucfirst returns EXPRESSION with the first character in uppercase. uc EXPRESSION lcfirst