Extract String after the Symbol @
Hi,
I need a suggestion how to extract string after the symbol '@' in the string.
User will pass the Email I need to extract the domain name from the string
>> Eg: sudhir@gmail.com
It must return gmail.com as the domain name, Please suggest me
Thanks
Sudhir