withoutAt method
Format and validate string to an atSign without the "@" prefix throws InvalidAtSignException on failed validation
Implementation
AtsignWithoutAt withoutAt() {
return toAtsign().substring(1);
}
Format and validate string to an atSign without the "@" prefix throws InvalidAtSignException on failed validation
AtsignWithoutAt withoutAt() {
return toAtsign().substring(1);
}