Regular Expression To Get All Numbers From A String A regular expression to match all numbers found within a string. /(\d+)/g Click To Copy Matches: RegexPattern123 123RegexPattern 123 Non-matches: RegexPattern [email protected]#$% See Also: Regular Expression To Get The Number At The End Of A String Facebook Twitter Email