Im handling various email addresses that come in the following forms
John Doe <[email protected]>
[email protected]
How could i use regex, to find the @ symbol, and then return the integer's behind it (until it doesnt find anymore, or runs into a non number, < or space for example.)