RegExr not working in uipath

Hi All ,

I got issue with Matches activity it is not work or not give me a result

but when i create here

it is work well , could any one please tell me where is the error

Thank you

hi @coder,

We cannot help you without the error message, so try to add your code and exception screenshot or message.

Hi,

Can you try to check Multiline in RegexOption property of Matches activity?

Regards,

Hi @aanandsanraj i do not get any error , but the result it is not give me any result

i will share the workflow with you

Sequence.xaml (6.8 KB)

Email.txt (53 Bytes)

could you please check that

Thank you

Hi @Yoichi yes i select that but still not work

Email.txt (53 Bytes)

Sequence.xaml (6.8 KB)

could you please check my workflow

Thanks

Hi,

Can you try the following expression with Mulitiline option?

"^([a-zA-z0-9_\-\.])+@([a-zA-Z0-9_\-\.])+\.([a-zA-Z]{2,3})\s*$"

\r is the cause.

Regards,

1 Like

Hi @Yoichi

It is work thank you for your help :tulip:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.