Skip to content

工具函数 String

String 类型数据处理工具函数集。

函数列表

函数名说明版本
stringUpperCaseFirstLetter将字符串首字母转成大写-

stringUpperCaseFirstLetter

将字符串首字母转成大写。

参数

参数说明类型默认值版本
str需要转换的字符串String""-

返回值

返回转换后的字符串。

基于 MIT 许可发布