Hi,
I am trying to parse the username from an email.
Example: Leona@gmail.com
Outcome: Leona
Which expression should I use?
@Til4006 one way of doing this
.
Hi @Til4006
One More way of doing this .You can Refer attached workflow
Thanks
Hello,
Kindly use the regex tool in parse method and then use the following expression to parse the mail in desired format.
"(\w+)\@"
Regards,
Lakshya