apoc.text.lpad Function apoc.text.lpad(text,count,delim) YIELD value - left pad the string to the given width Signature apoc.text.lpad(text :: STRING?, count :: INTEGER?, delim = :: STRING?) :: (STRING?) Input parameters Name Type Default text STRING? null count INTEGER? null delim STRING? More documentation of apoc.text.lpad