Extract Numbers

Extract all numeric values including integers and decimals from text. Useful for data analysis, financial text, or any number-heavy content.

Example

Input

We sold 150 units at $29.99 each for a total of 4485.

Output

150
29.99
4485

How Extract Numbers Works

Extract all numeric values including integers and decimals from text. Useful for data analysis, financial text, or any number-heavy content.

This tool runs entirely in your browser — no data is sent to any server. Paste your text, click Run, and get your result instantly. You can also chain this tool with others using the pipeline feature: run Extract Numbers, then continue with a related tool to build a multi-step text workflow.

TextRefinery is a free, open-source text processing toolkit. Learn more about regular expressions and text processing on the web.