How to seperate date

I need to seperate data from given sentence assign it to a variable.For example
12/31/2019 value not found I need to seperate 12/31/2019 and assign in one variable and “value not found” in another variable

@sruthesanju

You can use regex as below

Hope this may help you

Thanks

Start a try with regex
grafik
and refer to the groups:
grafik

Can you explain me with example

@sruthesanju

Check below for your reference

You can use Assign instead of Message Box to store into another variable

In the double codes is the Regular expression, you can use that or use the ppr’s expression also

Hope this may help you

Thanks

Hi, @sruthesanju you can split it by using date regex.

How to i seperate the text

@sruthesanju

You can use below Regex expression to separate the text

Hope this may help you

Thanks