Extract Numbers from Text

Find and extract all numbers (integers and decimals) from any text input.

The Extract Numbers From Text tool scans your input and extracts all numeric values, including integers and decimal numbers.

Features:

  • Detects integers and decimals using regular expressions
  • Outputs extracted numbers as a list, separated by new lines
  • Helps parse prices, measurements, phone numbers, or any numeric data embedded in text

Example: Input: "I have 3 apples and 4.5 oranges." Output: 3 4.5

Ideal for data extraction, cleaning, and preprocessing tasks.