This function returns a number list with results of the given calculation performed for each text in the specified list.


mathOnStringList(textList, mathExpression) #Output: Number list



Parser expressionDescription


mathOnStringList(["a", "ab", "abc", "abcd", "abcde"], length(%{seed.text}))


This example returns the following number list:

[1, 2, 3, 4, 5]


To achieve this, the following functions are used:



Parameters used in this function

ParameterInput (data type)Description
textList

Any given text list.
mathExpression

A valid math expression.



This function returns a



Use cases and examples



Parser function cloud
Map(question)

Notes

Workaround

Just like for mathOnIssueList() but using a string list.






Status
Tech review

Style guide




Short description

Returns a number list with results of the given calculation performed for each text in the specified list.

Output

Available since

Label