apoc.text.rpad
Syntax |
|
||
Description |
Right pads the given |
||
Arguments |
Name |
Type |
Description |
|
|
The string to be padded. |
|
|
|
The number of delimiters to pad the given string with. |
|
|
|
The delimiter to pad the given string with. The default is: ``. |
|
Returns |
|