Skip to content

Tamper: Get number of words

Available since: 1.0.0

Get the number of words in a string

Fields

Data to be tampered


This field supports tokens.

Result token name

Provide a token name under which the tampered result will be made available for subsequent actions.

Limit

If limit is set and positive, the returned items will contain a maximum of limit with the last item containing the rest of string. If limit is negative, all components except the last -limit are returned. If the limit parameter is zero, then this is treated as 1. If limit is not set, then there will be no limit on the number of items returned.