apoc.text.capitalizeAll Function apoc.text.capitalizeAll(text) YIELD value - capitalise the first letter of every word in the text Signature apoc.text.capitalizeAll(text :: STRING?) :: (STRING?) Input parameters Name Type Default text STRING? null More documentation of apoc.text.capitalizeAll