Regex Extraction Digits

Hi,

I have this string: You’ve viewed 72 of 2,167 products

I want to extract the “2,167” digits without the comma.

Can someone guide me how to do that please?

thanks!

Hi,

Is there any rule to extract it, such as “before ‘products’ etc”?

Regards,

Hi @Yudhisteer_Chintaram1

Here is the sample workflow
securestring.xaml (6.0 KB)
Try this and let me know

1 Like

Yes the numbers is always going to be before “products”.

grafik
used for extreaction
aftwrwards we can remove the comma e.g. by using Replace(“,”,“”)

1 Like

Hi @Yudhisteer_Chintaram1

securestring.xaml (6.0 KB)

I think this will work based on your suggestion.

If it is working, then mark as solved

1 Like

Thanks!

1 Like

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