apoc.text.rpad Function apoc.text.rpad(text,count,delim) YIELD value - right pad the string to the given width Signature apoc.text.rpad(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.rpad