Pull all numbers (including decimals and negatives) from the input text. Useful for data extraction from mixed content.
Example
Order #42 — 3 items at $9.99 → 42, 3, 9.99
Version 2.0.1 → 2, 0, 1
No numbers → (empty)
Pull all numbers (including decimals and negatives) from the input text. Useful for data extraction from mixed content.
Order #42 — 3 items at $9.99 → 42, 3, 9.99
Version 2.0.1 → 2, 0, 1
No numbers → (empty)