StringDrop

WMA link


StringDrop["string", n]

gives string with the first n characters dropped.

StringDrop["string", -n]

gives string with the last n characters dropped.

StringDrop["string", {n}]

gives string with the n-th character dropped.

StringDrop["string", {m, n}]

gives string with the characters m through n dropped.

StringInsert