${name:l}
: Lowercase
Lowercase the variable value.
Links
Examples
- Print lowercased value of a variable
- Output:
1 2
name="Jack Dalton" echo $name:l
1
jack dalton
BashSupport Pro 是一款支持 l** 的 **Zsh 集成开发环境 - 立即试用!
${name:l}
: LowercaseLowercase the variable value.
|
|
|
|