Universeorange.com/Docs/

R3m/framework Function reference string.lowercase.first

{string.lowercase.first(String $string)}

Make a string's first character lowercase.

Returns string with the first alphabetic character 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 resulting string.

Last modified: 2021-06-07

© 2021 universeorange.com