Return First Number
Return the first number in a body of text. For example, in the text:
"The weather today will be between 15 and 17 degrees Celsius."
Yarado will return 15
, as this is the first whole number.
Note
This function doesn't work with decimal numbers. In case you want to use complex extraction patterns, please use the RegEx function.
Example of the Return First Number function.