There should be way more examples for bash string usage: `${foo:2}` `${foo%…}` `${foo#…}` `${foo##…}` etc.