What's a good RegExp that will strip out all characters except Integers from a string?

Posted by SLoret on Stack Overflow See other posts from Stack Overflow or by SLoret
Published on 2010-03-14T23:14:31Z Indexed on 2010/03/14 23:15 UTC
Read the original article Hit count: 175

Filed under:
|

I'm new to using regexp, can someone give me the regexp that will strip out everything but a number from a string in javascript?

Thanks

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about regex