Parser
[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
Input ports
string:
string
String input to parse
Output ports
number:
number
Sends the parsed number if the parsing was successful.
bounced:
string
Sends the input data if the parsing has failed.
Last updated