How can I extract numeric part from value stored in another variable ?
For example:
var a=some_string ;
Now I want to extract numeric value of a and store it in another variable .
How can I extract numeric part from value stored in another variable ?
For example:
var a=some_string ;
Now I want to extract numeric value of a and store it in another variable .