Skip to content

Tamper: Pad a string

Plugin ID: eca_tamper:str_pad

Available since: 1.0.0

Pad a string

Fields

Data to be tampered — config key: eca_data


This field supports tokens.

Type: textfield · Required: yes · Default: empty string

Result token name — config key: eca_token_name

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

Type: textfield · Required: yes · Default: empty string

Pad length — config key: pad_length

If the input value has a length less than this, it will use the string below to increase the length.
This field supports tokens.

Type: number · Required: no · Default: 10

Pad string — config key: pad_string

The string to use for padding. If blank, a space will be used.
This field supports tokens.

Type: textfield · Required: no · Default:

Pad type — config key: pad_type

Type: radios · Required: no · Default: 1

Allowed values: 1, 0, 2