Scraping numbers only?

Hello,I’m dong some work the include Screen scraping< I do so using Full text method and it works great,then I use (type into activity<<text=result of scraping) ,but now I want to write just the numbers not the full text,so any suggestions ?
Have a good day :slight_smile:

input = Regex.Replace(input, “[^0-9]+”, string.Empty);

Thanks @ddpadil for the response,But I’ll need some help with using that code

Here we go.:+1:
Main.xaml (9.2 KB)

1 Like

Hello again, and thanks for your great help,but I got this Error when I tried to apply the solution


@ddpadil

please add the assembly System.Text.Regularexpressions

1 Like