String:FindNumber

Last updated 5 August 2026

String:FindNumber finds any Float or integer

in a String and emits it as a numeric variable.

Pin Info

Input 1: StringToSearch [String]

1-StringToSearch[String]: If this String contains anynumbers, the Patch will isolate and emit them.

Output 1: First [Float, Int]

Output 2: Last [Float, Int]

Output 3: All Numbers [Pack]

1-First[Float]: Emits the first Number found in the String as Float.

1-First[Int]: Emits the first Number found in the String as Integer.

2-Last[Float]: Emits the last Number found in the String as Float.

2-Last[Int]: Emits the last Number found in the String as Integer.

3-All Numbers[Pack]: Emits a Pack with every found numberas Float value.

Node Parameters

In: Shows the last received String that was searched for numbers.