beginner_18
09-24-2012, 07:45 AM
Hi all,
can anyone give an example of regex which should not accept duplicate numbers separated with comma.
it should accept numbers like 1,2 and it should not repeat duplicates like 1,2,3,1,2,3
and also the number should terminate with a number like 1,2,3 and it should not terminate with , like 1,2, please help me
can anyone give an example of regex which should not accept duplicate numbers separated with comma.
it should accept numbers like 1,2 and it should not repeat duplicates like 1,2,3,1,2,3
and also the number should terminate with a number like 1,2,3 and it should not terminate with , like 1,2, please help me