hi i wrote a regular expression like this
if(value.match(/^((\d,)*(\d-\d,)*)*((\d)*(\ d-\d)*)*$/))
but it will not accept the format 1,200,3 but it accept the format 1,3,200
can any suggest me to solve this?
User Profile
Collapse
-
konapalligopi started a topic my regular expression not taking the digits which are having 3 digits?in Javascriptmy regular expression not taking the digits which are having 3 digits?
-
return type is object
There The return type is Object so u need to do implicit conversion buddy
No activity results to display
Show More
Leave a comment: