Hi Group
I hope someone can help.
I have a regex evaluation step and the expression to find the email with a string
([a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.[a-zA-Z0-9_-]+)
The string is as follows
Username: uceses9Name: Test SharifTelephone (including code): 01344322585Email: Testf958@gmail.com
The expression works with online regex testers yet in the PDI whether I use the regex evaluation step or replace in string step brings back null values
Can someone help me in the right direction
Thanks in Advance
Chirag