This one should work :
[0-9 ]+
Related Contents:
- Regex lookahead, lookbehind and atomic groups
- Regular expression to match balanced parentheses
- How is the AND/OR operator represented as in Regular Expressions?
- Simple regular expression for a decimal with a precision of 2
- Regex (grep) for multi-line search needed [duplicate]
- Match linebreaks – \n or \r\n?
- Regex – Should hyphens be escaped? [duplicate]
- RegEx for matching UK Postcodes
- How can I match a string with a regex in Bash?
- How to do a non-greedy match in grep?
- Regex to validate password strength
- Regex Last occurrence?
- Extract a substring according to a pattern
- Visual Studio, Find and replace, regex
- Regex for quoted string with escaping quotes
- RegEx to find two or more consecutive chars
- Eclipse, regular expression search and replace
- Regex lookahead for ‘not followed by’ in grep
- Which regular expression operator means ‘Don’t’ match this character?
- Regex Pattern to Match, Excluding when… / Except between
- RegEx in Sublime Text: Match any character, including newlines?
- How to match a line not containing a word [duplicate]
- “Unknown escape sequence” error in Go
- Regex to get the words after matching string
- Regular Expression for any number greater than 0? [closed]
- Why bracket a single letter in a grep regex?
- sed – Commenting a line matching a specific string AND that is not already commented out
- Multi-line regular expressions in Visual Studio Code
- What is the complexity of regular expression?
- How to use regex in XPath “contains” function
- Number of occurrences of substring in string in Swift
- How to prevent a file from direct URL Access?
- How to get last Git tag matching regex criteria
- Extracting a string between other two strings in R
- Notepad++ non-greedy regular expressions
- How do I return only the matching regular expression when I select-string(grep) in PowerShell?
- Find and replace whole words in vim
- Comma Separated Numbers Regex
- Test filename with regular expression
- Regex to check for at least 3 characters?
- Dart how to match and then replace a regexp
- Making a Regex Django URL Token Optional
- Redirect all traffic to root of another domain
- Use regular expression to match ANY Chinese character in utf-8 encoding
- How do I use a regular expression to match any string, but at least 3 characters?
- Using RegEx in JSON Schema
- Node.js and Mongoose regex query on multiple fields
- Regex to match a 2-digit number (to validate Credit/Debit Card Issue number)
- Github “Branch name pattern” negation
- Perl: Use s/ (replace) and return new string [duplicate]