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