Extract Numbers
Amaster's String Library
The Extract Numbers node takes in a string and extracts the numbers, making a new string with only the numbers.
Inputs
* (Call)
Calls to start the extraction process.
String (String)
The string to extract from.
Outputs
Next (Continuation)
Continues the code from here.
Value (String)
The extracted string value.