Tokenize String process

The Tokenize String process segments a string on a specified delimiter. The following table describes the process inputs for the Tokenize String request process.


Tokenize String process inputs

Input

Description

Required

string

Specifies the string to be parsed on a specified character

Yes

delimiter

Specifies the character on which the specified string is parsed

Default value: None

No


The following table describes the process output parameters for the Tokenize String process.


Tokenize String process output

Output

Description

tokens

Specifies an XML document with a root element, <tokens>, and child elements, <token>, containing the resulting string segments

Was this page helpful? Yes No Submitting... Thank you

Comments