I am using http://gskinner.com/RegExr/ to text regex pattern.
Am trying to use this regex pattern to get various parts of email address and the text preceding it.
(.{1,20})([\w-\.]+)@((?:[\w]+\.)+)([a-zA-Z]{2,4})
If you move mouse over the blue highlighted text then you’ll see that there is a problem with group1 and group2..
Please use this text as as an example.
Zak - asdasdsad@gmail.com (use first). Cell
ssadsada, sadashdjksahjd@gmail.com, and cc: gfhfghgfh@gmail.com. Include a
specific time for the following:
This is what you want: Regex Example