These docs are for v1.0. Click to read the latest docs for v1.2.

NUMBER_PARSE

Liberally parses the first number in an input string.

Syntax

=NUMBER_PARSE(input)

Arguments

ArgumentTypeDescription
inputStringThe string to parse a number from

Examples

=NUMBER_PARSE("123")123

=NUMBER_PARSE("Hello world! -123 456")-123