Hi All,
I need a regular expression to allow only numerical values and comma.
Examples :
100,120,220 - allowed
100.00,120.00,220.00 - allowed
abc,xyz,100 -NOT allowed
all characters other than numbers and comma - NOT allowed
Any one can help me resolve this.
Your timely help is greatly appreciated.
Thanks in advance.