Dear comunity,
I have field like this:
abc xyz email@email.fr
abc email.emil@email.com
fre gyu fff emailemil@email.com
What i expect is this
I really appreciate your help 🙂
Regards
Another solution
(.*) (.*)
Hi @messi007
Here is the config
(.*)\s([\w@\.]*)
Output:
Hope this helps 🙂
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍