Hi
What is the most efficient way of getting just a number from a string. For example this123.4,5is67a8string.9 i would like to get 123456789 out of the above string. It should remove all other chars but the numbers.
I know there are other ways of doing this but its a regex am after.

Thanks kindly