Apr 18th, 2010, 10:47 AM
Hi Bert,
Try double-escaping the commas.
I think that should fix it...
- Ben
Try double-escaping the commas.
Code:
rules.push("reg_exp,aantal_groen,^\s*(0|1|2|3|4|5|6|8|9|\\,\)\s*$,i,alleen cijfers en komma!");
I think that should fix it...
- Ben