Pad a string with another string to a certain length, from the start or end of the string
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
Text (text) | string | - | - | |||
Padstring (padstring) | string | - | - | |||
Length (length) | number | - | - | |||
Location (location) | string | - | - |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Text (text) | string | The text to pad | |||
Pad String (padstring) | string | 0 | The string to pad with | ||
Length (length) | number | 4 | The length of the resulting string once the current string has been padded | ||
Location (location) | string | start | start end | The location to pad the current string, it can be "start" or "end", default is "start" |
Name | Type | Description |
---|---|---|
Output (output) | string |