I need to match to retrieve the number from text like below
Some Text. Your claim number is 123 456 789. Some more Text
I have tried various ways similar to below with no luck
MyReg.pattern = "Your claim number is [(/d+\s+)]+[.]$"
Any ideas on how I can retrieve the numbers from the string below would be appreciated. Preference would be to retrieve 123456789. If not possible 123 456 789 would be OK as I can remove the white spaces after