Titlecase (capitalize) string
string:to_titlecase(STRING $string) : STRING
string:to_titlecase('hello world')
#=> "Hello World"
Copyright ©2013-2022 SunSed®. All rights reserved.
Titlecase (capitalize) string
string:to_titlecase(STRING $string) : STRING
string:to_titlecase('hello world')
#=> "Hello World"
Copyright ©2013-2022 SunSed®. All rights reserved.