Regex to Remove Number from String

You need to get rid of the capturing parentheses, and use a different plugin. Use the Replace All plugin with the regex that I gave you.

Or, to do it with the plugin you’re using now, you could use: ^[\s\d]+(.*)

Example 1: Replace All

Example 2: Extract Matching text

5 Likes