I need to check whether justPrices[i].substr(commapos+2,1)
.
The string is something like: "blabla,120"
In this case it would check whether '0' is a number. How can this be done?
I need to check whether justPrices[i].substr(commapos+2,1)
.
The string is something like: "blabla,120"
In this case it would check whether '0' is a number. How can this be done?