withoutAt method

AtsignWithoutAt withoutAt()

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

Implementation

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