You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This function returns a text list resulting of evaluating text_expression against each of the strings in argument strings. Argument text_expression is an expression that returns a string, where ^% represents each string in argument strings.

Syntax
textOnStringList(textList strings, text text_expression) #Output: Text list
Examples
Parser expressionDescription
textOnStringList(["albert", "riCHard", "MARY"], capitalizeWordsFully(^%))

This example returns the following text list["Albert", "Richard", "Mary"]


To achieve this, the following functions are used:

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT LIST