Functions Xtscript
default trim
input =| xyz FOOBAR zyx |
output =|xyz FOOBAR zyx|
a space in the charlist
input = | xyz FOOBAR zyx |
output = |FOOBAR|
trim a range of characters
input = ABCDEFGHIJKLMABCDEF
output = GHI