${name:s/<search>/<replace>/}: Search and Replace
Substitutes the first occurrence of <seach> with <replace>.
Use :gs/<search>/<replace>/ to replace all occurrences of <search>.
Links
Examples
- Print path without file extension
- Output:
1 2path="/dir/subdir/file.csv" echo $path:r1/dir/subdir/file
BashSupport Pro is a Zsh IDE with support for $varName:s – try it now!