Skip to content

字符串操作

字符串长度

bash
#       1234567890123456
STRING="this is a string"
echo ${#STRING}            # 16

基于 MIT 许可发布