how to split the numeric values from alphanumeric string value using javascript?

Posted by user188390 on Stack Overflow See other posts from Stack Overflow or by user188390
Published on 2010-06-16T09:31:31Z Indexed on 2010/06/16 9:42 UTC
Read the original article Hit count: 152

Filed under:
|

how to split the numeric values from alphanumeric string value using java script?

for example,

x = "example123";

from this i need 123

thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about split