51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Ucfirst
[Go] 第一个单词首字母变大写:Ucfirst(),第一个单词首字母变小写:Lcfirst()
import("unicode")funcUcfirst(strstring)string{fori,v:=rangestr{returnstring(unicode.ToUpper(v))+str[i+1:]}return""}funcLcfirst(strstring)string{fori,v:=rangestr...
代码星球
·
2021-01-16
第一个
单词首
词首
字母
Go
PHP ucfirst() 函数
把"hello"的首字符转换为大写:<?phpechoucfirst("helloworld!");?>运行实例»ucfirst()函数把字符串中的首字符转换为大写。相关函数:lcfirst() -把字符串中的首字符转换为小写ucwords() -把字符串中每个单词的首字符转...
代码星球
·
2020-08-04
PHP
ucfirst
函数
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他