angela4eva
Programmer
I need to write a regular expression in vb.net
i have field whose vlue is stored in variable
var1
i want to make sure that the value is in the format
<text>.<text>ex:address.086
the regular expression must make sure that the value is in this format
that is check that the first part is a textfollowed by a period and then number,if the last part is like 086 then convert it to 86 if it is text like myname then it should give an error. help appreciated
thanks
i have field whose vlue is stored in variable
var1
i want to make sure that the value is in the format
<text>.<text>ex:address.086
the regular expression must make sure that the value is in this format
that is check that the first part is a textfollowed by a period and then number,if the last part is like 086 then convert it to 86 if it is text like myname then it should give an error. help appreciated
thanks