size
Returns the size of an array or string
Syntax
{{ <Parameter> | size }} |
Arguments
Parameter - An array, string literal or name of the input parameter to use
Example 1:
InputParameter Value |
Input |
{{ InputParameter | size}} |
Output |
0 |
Example 2:
InputParameter Value |
'This is fifteen' |
Input |
{{ InputParameter | size}} |
Output |
15 |