Regex Extraction of Second Number?

Hi All,

I’m having an issue with regex extraction of the below order ref number.I need to Extract only 56. Like these i have different order ref also so after extraction how can i get the second group of numbers and save the numbers in a datatable?

Order ref. 1234 56

give a try at:
grafik

[CheatSheet] - System.Text.RegularExpressions | RegEx - News / Tutorials - UiPath Community Forum

Thanks @ppr, I have tried it but the issue is it matching all last digits for the next number
ex:order ref. 1234 56
po number 123
In this Case 123 also matching as the last group of digits which is not the desired result

then we would recommend to enter with more strong pattern description the requirement definition

also have a look at:
grafik

Thank you @ppr

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