Integer separated by comma

Posted by FrenchiInLa on Stack Overflow See other posts from Stack Overflow or by FrenchiInLa
Published on 2010-05-21T23:43:44Z Indexed on 2010/05/21 23:51 UTC
Read the original article Hit count: 166

Filed under:

What's the best regular expression for integer separated by comma? It can also contain space between comma, and the field is not required which means it could be blank.

123,98549
43446

etc..

© Stack Overflow or respective owner

Related posts about regex