apoc.text.capitalize Function APOC Core apoc.text.capitalize(text) YIELD value - capitalise the first letter of the word Signature apoc.text.capitalize(text :: STRING?) :: (STRING?) Input parameters Name Type Default text STRING? null Usage Examples Capitalise the first letter of the word RETURN apoc.text.capitalize("neo4j") AS output; Table 1. Results output "Neo4j" apoc.text.camelCase apoc.text.capitalizeAll