I was searching the web for a way to easily remove all non numeric characters from a string, but the only thing I found was some "for loop" code, which really slowed down my application, so after a little research I came up with a simple way to do it using Regular Expressions
Here it goes:
