fun isValid(input: String?): Boolean
Overrides ValidationRule.isValid
Verifies if the input is a valid, to be valid the input should contain a @ and at least a . after
@
.
Return true if input is valid false otherwise