withoutAt method

AtsignWithoutAt withoutAt()

Format and validate string to an atSign without the "@" prefix throws InvalidAtSignException on failed validation

Implementation

AtsignWithoutAt withoutAt() {
  return toAtsign().substring(1);
}