I am looking for a regular expression which accepts comma separated values(no space) of both string and numbers(especially mobile numbers, 10 digits) for client side validation.
I have gone through regexlib.com
but i couldn't find good one.
UPDATE
Input patterns:
9655770780,college,8095145098,schoolmates
Its a just a input field, users can enter group name of mobile numbers or just the numbers.
Any suggestions!