apoc.text.code Function apoc.text.code(codepoint Long) - converts the long value into a string. Signature apoc.text.code(codepoint :: INTEGER?) :: (STRING?) Input parameters Name Type Default codepoint INTEGER? null Usage Examples RETURN apoc.text.code(102) AS output; Table 1. Results output "f" apoc.text.clean apoc.text.compareCleaned Was this page helpful?