public class StringUtil extends Object
字符串工具
该工具主要用于将字符串的首字母进行大小写转换Constructor and Description |
---|
StringUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
toLowerCaseFirstOne(String s)
将字符串的首字母变为小写的
|
static String |
toUpperCaseFirstOne(String s)
将字符串的首字母变为大写的
|
Copyright © 2021. All rights reserved.