Putting aside for the moment whether or not you’d ever really want to do such a thing…

 

Is there something wrong with this?  Our Regex seems to hate it.

 

Regex NumberReg;

NumberReg = new Regex ("^[+-]?\\d*\\.?\\d*(e?[+-]?\\d*)");

 

                                    -chris

 

Chris J. Breisch, MCSD, MCDBA

 

 

Reply via email to