apoc.text.lpad
Function
apoc.text.lpad(text STRING, count INTEGER, delimiter STRING)
- left pads the given STRING
by the given width.
Function
apoc.text.lpad(text STRING, count INTEGER, delimiter STRING)
- left pads the given STRING
by the given width.