${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 is a Zsh IDE with support for $varName:l – try it now!