Parser
Last updated
Last updated
[number/Parser]
Converts a string to number. If the string cannot be converted to number, it will be bounced. Example:
"23.05"@0 is received via string
23.05@0 is sent via number
Keywords: number, cast, parse
string: string
String input to parse
number: number
Sends the parsed number if the parsing was successful.
bounced: string
Sends the input data if the parsing has failed.