Guide

Extract numbers from mixed text

Pull integers and decimals out of logs, notes, copied exports, or payloads, then copy one clean number per line for the next step.

Example input

Order 1001 failed after 3 retries and 12.5 seconds. Retry at 14:30.

Expected output

1001
3
12.5
14
30

Steps

  1. Open Extract Numbers from Text.
  2. Paste the mixed text that contains the values you need.
  3. Enable unique-only or sort-output if the list should be cleaned further.
  4. Copy the numeric result into comparison, formatting, or spreadsheet workflows.

Typical use cases

  • Pull IDs out of support notes or tickets
  • Extract metrics from logs and monitoring snippets
  • Turn mixed exports into a clean list for comparison

FAQ

Does it support decimals?

Yes. The extractor handles integers and decimal values.

Can I dedupe the extracted output?

Yes. Turn on unique-only if repeated numbers should appear once.

Will it preserve one number per line?

Yes. The output is formatted as one numeric value per line for easy reuse.

Ready.