This function returns a text list resulting of evaluating text expression against each of the texts found in the textList parameter.

The parameter textExpression is an expression that returns a text, where %{seed.text} represents each text in parameter textList.


textOnStringList(textList, textExpression) #Output: Text list



Parser expressionDescription


textOnStringList(["albert", "riCHard", "MARY"], capitalizeWordsFully(%{seed.text}))


This example returns:

 ["Albert", "Richard", "Mary"]


To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
textList

Any given number list.
textExpression

A valid text expression.



This function returns a



Use cases and examples



Parser function cloud
Map(question)
NotesJust like with textOnIssueList() but on a text list.






Status
Tech review

Style guide




Short description

Matches elements of a text list against a text expression.

Output

Available since

Label