Universeorange.com/Docs/
{string.uppercase.first(String $string)}
Make a string's first character uppercase.
Returns string with the first alphabetic character converted to uppercase.
Note that 'alphabetic' is determined by the current locale.
This means that e.g. in the default "C" locale, characters such as umlaut-A (Ä) will not be converted.
Returns the resulting
string
.
https://www.php.net/manual/en/function.ucfirst.php
Last modified: 2021-06-07
© 2021 universeorange.com