Integration Cloud 7.0.0 | Built-In Services | Built-In Services | tokenize
 
tokenize
Tokenizes a string using specified delimiter characters and generates a String List from the resulting tokens.
This service does not return delimiters as tokens.
Input Parameters
inString
String String you want to tokenize, that is, break into delimited chunks.
delim
String Delimiter characters. If null or empty, the service uses the default delimiters \t\n\r, where t, n, and r represent the white space characters tab, new line, and carriage return.
Output Parameters
valueList
String List Strings containing the tokens extracted from inString.