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)

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