Returns the characters in the input text as an array in source order. Returns null for null and an empty array for empty text.
Parameters
This function has no parameters.
Examples
"123" | chars → {"1", "2", "3"}
Kind: Function
Scope: text/character
Aliases: chars