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