apoc.text.slug

Function

apoc.text.slug(text, delim) - slug the text with the given delimiter

Signature

apoc.text.slug(text :: STRING?, delim = - :: STRING?) :: (STRING?)

Input parameters

Name Type Default

text

STRING?

null

delim

STRING?

-