R
Robert
I'm trying to come up with a regex that will remove all non-numeric characters from a string.
ie: +01-876 003456
to: 01876003456
but am having an amazing amount of trouble - perhaps it's too late.
but if anyone can point me in theright direction, I'd be most gratefull.
thanks
Robert
ie: +01-876 003456
to: 01876003456
but am having an amazing amount of trouble - perhaps it's too late.
but if anyone can point me in theright direction, I'd be most gratefull.
thanks
Robert