Get the substring

How to get 0 from Errors (0).

1 Like

can you be more specific??
@Megha_D_Gowda

I want to extract 0 from the string Errors (0).

1 Like

well you can use Matches activity and pass your string “Errors (0)” and use this patter \d+
and get output like outRegex
and use outRegex(0) in message box to get the desired output!
@Megha_D_Gowda

2 Likes

Thank you, I m able to get the desired output

1 Like

Cheers
@Megha_D_Gowda Happy Learning!
Feel free to ask any doubts.

1 Like

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