${name:l}: Lowercase
Lowercase the variable value.
Links
Examples
- Print lowercased value of a variable
- Output:
1 2name="Jack Dalton" echo $name:l1jack dalton
BashSupport Pro is a Zsh IDE with support for $varName:l – try it now!