I am trying to validate a e-mail field in the datawindow so that it is in the form of a@b.c
where 'a' has
--characters from a to z and upper case A to Z
--Hypens(-)
--Underscores(_)
--Periods(.)
it should check for @ sign,
'b' should check all of the contents in 'a'
The period after 'b' should be checked
'c' should be no less than two characters and not more than six characters.
Please help
Thanks
where 'a' has
--characters from a to z and upper case A to Z
--Hypens(-)
--Underscores(_)
--Periods(.)
it should check for @ sign,
'b' should check all of the contents in 'a'
The period after 'b' should be checked
'c' should be no less than two characters and not more than six characters.
Please help
Thanks