letvalidEmail=/.@./;// Contains an @, and is preceded and succeeded by at least one character
module.exports=[
module.exports=[
isString,
isString,
functionisEmailAddress(value){
functionisEmailAddress(value){
// TODO: Include explanation in README as to how checking for the presence of '@' really *is* the correct check in practice, and that any further validation should be done by actually trying to send an e-mail
// TODO: Include explanation in README as to how checking for the presence of '@' really *is* the correct check in practice, and that any further validation should be done by actually trying to send an e-mail