/STRING
* /STRING ( str-ptr str-len n -- str-ptr' str-len' )

shorten the buffer from the beginning by n characters, i.e.
  str-ptr += n ;
  str-len -= n; 

FORTH/ANS string (dpANS17.6.1.0245) ordinary primitive