Hello,
I need help with the RegEx pattern to extract part of the email string to get just a part of the domain.
For example, I need to parse only for the word ntdomain from the string below:
Username@ntdomain.abc.int.com
What will be the pattern for the regEX?
Thanks.
I need help with the RegEx pattern to extract part of the email string to get just a part of the domain.
For example, I need to parse only for the word ntdomain from the string below:
Username@ntdomain.abc.int.com
What will be the pattern for the regEX?
Thanks.