coerce-text
boolean | date | date-time | integer | numeric | text | year-month →
coerce-text() → text
Attempts to convert the input to a text value. Returns null when the input cannot be converted.
Parameters
This function has no parameters.
Examples
"Hello World" | coerce-text → "Hello World"
Kind: Function
Scope: special
Aliases: special-to-coerce-text