New to Regex (Pattern)

Hi All, my Open Browser activities involve doing some checks on some Database website and returning a result page as per the attached image. Based on the “Match” column %percentage shown in the web browser, I need to script - Search if it contains 80% and above, flags out with message box.

I heard Regex is the ideal method to check for patterns and I have no knowledge with Regex nor programming. Please advise, thanks!

Hi @Kerby I think the best approach is to scrape the table an then iterate datatable obtained evaluating the value of that column

Hey @Kerby

Have you considered using the ‘get text’ activity to check patterns of text.

If you want to learn Regex - check out my Regex Megapost

Hopefully this helps.