![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can someone help me write a regex that will accept number but NO COMMAS. Yes to 123456.78 No to 123,456.78 |
#3
| |||
| |||
|
|
On Dec 20, 8:33 pm, "pvong" <phillip*at*yahoo*dot*com> wrote: Can someone help me write a regex that will accept number but NO COMMAS. Yes to 123456.78 No to 123,456.78 Hi Phil, Do you need it for the RegularExpressionValidator control? Try this one ^\d+(\.\d\d)?$ Hope it works |
#4
| |||
| |||
|
|
On Dec 20, 8:33 pm, "pvong" <phillip*at*yahoo*dot*com> wrote: Can someone help me write a regex that will accept number but NO COMMAS. Yes to 123456.78 No to 123,456.78 Hi Phil, Do you need it for the RegularExpressionValidator control? Try this one ^\d+(\.\d\d)?$ Hope it works |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |