Convert words into numbers

Please log in or register to do it.

This tool converts words into numbers. It scans your input text for sequences of number words (e.g., "one", "two", "three million", "four hundred twenty five") and replaces them with their corresponding numeric digit representations. You can choose to convert: • All recognized number words. • Only those number words that match specified substrings. • All number words except those containing specified substrings. • Or display the converted number using a custom format. This robust conversion supports numbers up to quintillions. Simply enter your text, adjust the settings in the options below, and click the process button.

Conversion Modes:


Replaces every recognized number word (e.g., zero, one, two, ... million, billion, trillion, etc.) with its corresponding numeric digit.

Converts only the number words that include the specified substring(s). Enter a comma‑separated list (e.g., one, million).

Converts every recognized number word except those that contain the specified substring(s). Enter a comma‑separated list (e.g., two).

Converts each recognized number word and formats it using a custom format. Use {number} as a placeholder for the numeric value.

Examples:

Convert All Recognized Number Words

Every recognized number word is converted to its digit.

Before:
I have one apple, two bananas, and three million oranges.
After:
I have 1 apple, 2 bananas, and 3000000 oranges.

Convert Only Specified Number Words

Only converts number words that contain the specified substring (e.g., "one").

Before:
I have one apple and two bananas.
After (specifying "one"):
I have 1 apple and two bananas.

Convert All Except Number Words Containing Specified Substrings

Converts all recognized number words except those containing the specified substring (e.g., "two").

Before:
I have one apple, two bananas, and three oranges.
After (excluding "two"):
I have 1 apple, two bananas, and 3 oranges.

Convert Number Words with Custom Format

Each converted number word is wrapped in a custom format.

Before:
I have one apple.
After (Format "[{number}]"):
I have [1] apple.
Convert DD/MM/YYYY into MM-DD-YYYY
Convert single-line text into multiple lines

Your email address will not be published. Required fields are marked *