Does anyone have a routine to check a string to see if it looks like a valid email address. example: does it have a "@" in it are there spaces or other invalid email Characters?
instr({table.field},"@") > 0
and
instr({table.field}," ") = 0
and
instr("@drphil.com",{table.field}) = 0
// nobody should ever write dr phil
and
...etc..
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.