boolean | integer | numeric | text →
coerce-numeric() → numeric

Attempts to convert the input to a numeric value. Returns null when the input cannot be converted.

Parameters

This function has no parameters.

Examples

"Hello World" | coerce-numeric  #null

Kind: Function
Scope: special
Aliases: special-to-coerce-numeric


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