Regular expression to get string

I do not know much about regular expression. But I have a string. I need to check whether it contain a string like “#xxxxxxxx” x means a number. I need to check whether it exists in different string and need to get it if exists. How can I do that with regular expression?

Hi @Emily_Yip
use ismatch activity and give the expression as \d.+

Thanks
Ashwin S

2 Likes

Hi @Emily_Yip,
Please find the sample expression for your above use-case. You can increment value as you want.

image

1 Like

@kuppu_samy
Thanks and where can I find this builder?

Here,

image