Remove Numbers from Text

Strip all numeric characters (0-9) from your text. Useful for cleaning up data or removing numerical identifiers.

Advertisement

Examples

Numbers

Input:

Room 42, Floor 7, Door 101

Output:

Room , Floor , Door 

How to Use Remove Numbers from Text

  1. 1Paste your text containing numbers
  2. 2Click Remove Numbers
  3. 3Get text without digits

Frequently Asked Questions

Does this remove decimal numbers too?

It removes all digit characters individually, so '3.14' becomes '.'