n this extracts the positional parameters, [1] starting at $position.
<code>${string:position:lengt... cts a maximum of $length positional parameters, starting at $position.
<code>
echo ${*:2} # E... 3} # Echoes three positional parameters, starting at second.
</code>
<code>expr substr $strin... ode>
Extracts $length characters from $string starting at $position.
stringZ=abcABC123ABCabc
#