Lowercase string
string:to_lower_case(STRING $string) : STRING
string:to_lower_case('HI')
#=> "hi"
string:to_lower_case('')
#=> ""
string:to_lower_case('FòôBàř')
#=> "fòôbàř"
Copyright ©2013-2022 SunSed®. All rights reserved.