Universeorange.com/Docs/
{string.uppercase(String $string)}
Make a string uppercase.
Returns string with all alphabetic characters 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 uppercase
string
.
https://www.php.net/manual/en/function.strtoupper.php
Last modified: 2021-06-07
© 2021 universeorange.com