Docs Menu
API Developer Guide / middleware / pub / string / toLower

Service: toLower

This service is responsible for tokenizing a given text string using a specified delimiter character.

Input Parameter:

Name Type Description
text: String The input text string that you want to tokenize.
delimiterChar: String The delimiter character or string that is used to split the input text into tokens.

Output Parameter:

Name Type Description
result: String The resulting string after tokenization, where the original input text has been split into tokens based on the specified delimiter character.