S
Stephanie
Hi-
I have a field that contains email addresses. I would like to strip the
address down to just the domain:
[email protected] = gmail
[email protected] = comcast
[email protected] = aol
So essentially I want to capture anything after the "@", up to the "."
I'd appreciate your suggestions!
I have a field that contains email addresses. I would like to strip the
address down to just the domain:
[email protected] = gmail
[email protected] = comcast
[email protected] = aol
So essentially I want to capture anything after the "@", up to the "."
I'd appreciate your suggestions!