Searched refs:firstAt (Results 1 – 1 of 1) sorted by relevance
171 int firstAt = address.indexOf('@'); in isValidAddress() local175 return firstAt > 0 && firstAt == lastAt && lastAt + 1 < firstDot in isValidAddress()