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