M
mark
I'm trying to validate a SS# entered into a asp:textbox on the webpage.
Here is the expression I'm using for ss# ^\d{3}-\d{2}-\d{4}$
I've also tried to replace d with S and s just incase there was an issue
with the numbers. It doesn't matter what format I enter the validation
always fails.
Any ideas will be appreciated.
Mark
Here is the expression I'm using for ss# ^\d{3}-\d{2}-\d{4}$
I've also tried to replace d with S and s just incase there was an issue
with the numbers. It doesn't matter what format I enter the validation
always fails.
Any ideas will be appreciated.
Mark