text →
chars() → array

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


This site uses Just the Docs, a documentation theme for Jekyll.