Hi, I need to do a regular expression match in php . the case is that .
2 digits before decimal and 2 digits after decimal.
the problem is that it may and may not have decimal and after decimal digits .
how do i write a expression for this ?
Hi, I need to do a regular expression match in php . the case is that .
2 digits before decimal and 2 digits after decimal.
the problem is that it may and may not have decimal and after decimal digits .
how do i write a expression for this ?