logo
Home XtGem- Templates- XtScript- bottom
Remove whitespace (or other characters) from the beginning of a string
[...] = optional ... = your value
[var $... = ]call ltrim $val=…[;$charlist=…]
Show as text
Show as text
Reload
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
Powered by XtGem
About us Contact Forum top