0.2.0 Bashisms
Support for some bashisms:
- simple replacement as in
${foo/bar/baz}
- substrings as in
${foo:4:2}
- plain
$parameter
substitution - simple nesting
Thanks to Philippe Ombredanne [email protected] for the contribution.
See #9
Support for some bashisms:
${foo/bar/baz}
${foo:4:2}
$parameter
substitutionThanks to Philippe Ombredanne [email protected] for the contribution.
See #9