Hi All,
I have a requirement to match all numeric items separated by comma.
I have a regular expression [[0-9]*,*]* which does the job and this is working fine in DEV mode.
But the same fails in Hosted Mode.
It does not recognize the pattern when I enter the second numeric item after comma in HOSTED mode.
I have validated my regular expression in http://www.pagecolumn.com/tool/regtest.htm and it matches perfect.
Is it a problem in hosted Mode?
I use smart gwt 2.2, gwt 2.0.3, Widows XP 2002 SP 2, IE 6
I have a requirement to match all numeric items separated by comma.
I have a regular expression [[0-9]*,*]* which does the job and this is working fine in DEV mode.
But the same fails in Hosted Mode.
It does not recognize the pattern when I enter the second numeric item after comma in HOSTED mode.
I have validated my regular expression in http://www.pagecolumn.com/tool/regtest.htm and it matches perfect.
Is it a problem in hosted Mode?
I use smart gwt 2.2, gwt 2.0.3, Widows XP 2002 SP 2, IE 6
Comment