apoc.text.lpadFunction
| Syntax | 
 | ||
| Description | Left 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 | 
 | ||