Extract Numbers
Pull all numbers out of a block of text into a clean list.
Input
Output
0 numbers found
Paste mixed text and get every number it contains listed one per line, in order, with a count.
How to use
- Paste your text into the input box.
- Read the extracted numbers in the output box.
- Copy the list or check the total count.
Frequently asked questions
- Are decimals and negatives detected?
- Yes. Signed values, decimals and grouped digits are all captured as they appear.
- Is the order preserved?
- Yes. Numbers are listed in the order they occur in the text, without de-duplication.