Regex Evaluator

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

1 Like

Hi! Vishal,
Please check your regex.
One sample regex to split email is - (.*)(?=@)

1 Like

Hi Seema
The Regex you provide to me is not working

Please can you refer this video - https://www.youtube.com/watch?v=RdYhmtATGkk

1 Like

Here is another sample -

1 Like

image
I want to extract data from this type of string

1 Like

Output.xls
There is the file for reference

Output.xls.xlsx (9.2 KB)

1 Like

This type of data I want to extract Ma’am

Hi! Vishal,

You could use this regex and then use the Split function in a ‘Modified Java Script’ step to get rid of the < and the @

image

1 Like

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.

1 Like