String Get Token

Gets a token from a string according a separator.

in        = 'my name : john'
separator = ':'
out       = 'my name'
rest      = 'john'

Settings

in

Input string(s).

out

Output string(s).

rest

Original string with the token deleted.

separator

Token separator.

See also

version 5.2.221206

Edit All Pages