I want to get the value from < asdasd@gmail.com > this type of expression and when I am using Regex Evaluator it is showing e the error please guide me regarding this
Hi! Vishal,
Please check your regex.
One sample regex to split email is - (.*)(?=@)
Hi Seema
The Regex you provide to me is not working
Please can you refer this video - https://www.youtube.com/watch?v=RdYhmtATGkk

I want to extract data from this type of string
Output.xls
There is the file for reference
Output.xls.xlsx (9.2 KB)
This type of data I want to extract Ma’am
regex101: build, test, and debug regex is a great site to construct your regex. Place your screen you want to manipulate and create your regex and see on the fly what it is identifying.



