apoc.text.clean Function apoc.text.clean(text) - strip the given string of everything except alpha numeric characters and convert it to lower case. Signature apoc.text.clean(text :: STRING?) :: (STRING?) Input parameters Name Type Default text STRING? null More documentation of apoc.text.clean