Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to pad. |
length | Integer | The desired total length of the resulting string. |
pad_char | Utf8 | The character to use for padding. |
Return Value
Returns a Utf8 padded on the right to the specified length.
Examples
$ Pad string on the right
