arst06d
Programmer
- Nov 29, 2002
- 324
Hi
Hope someone can help. I need to validate email addresses so that only certain entries are accepted as valid
eg abc@mydomain.com is OK, as is def@mydomain.com but anything else is invalid.
would (abc|def)@mydomain.com do it?
How would I write an expression to filter out anything BUT abc or def?
Many thanks in advance
Hope someone can help. I need to validate email addresses so that only certain entries are accepted as valid
eg abc@mydomain.com is OK, as is def@mydomain.com but anything else is invalid.
would (abc|def)@mydomain.com do it?
How would I write an expression to filter out anything BUT abc or def?
Many thanks in advance