Check if the string is an ASCII string.
Optional
options: IssueOptions | MessageThe issue options or the issue message.
The clone of the shape.
Check if the string is a BIC (Bank Identification Code) or SWIFT code.
Optional
options: IssueOptions | MessageThe issue options or the issue message.
The clone of the shape.
Check if the string is an email.
Optional
options: Message | EmailOptionsThe issue options or the issue message.
The clone of the shape.
Check if the string is a fully qualified domain name (e.g. domain.com
).
Optional
options: Message | FQDNOptionsThe issue options or the issue message.
The clone of the shape.
Check if the string is a valid IMEI number.
Optional
options: Message | IMEIOptionsThe issue options or the issue message.
The clone of the shape.
Check if the string is an ISIN (stock/security identifier).
Optional
options: IssueOptions | MessageThe issue options or the issue message.
The clone of the shape.
Check if the string passes the Luhn algorithm check.
Optional
options: IssueOptions | MessageThe issue options or the issue message.
The clone of the shape.
Check if the string matches to a valid MIME type format.
Optional
options: IssueOptions | MessageThe issue options or the issue message.
The clone of the shape.
Check if the string is a UUID (Universally unique identifier).
Optional
options: Message | UUIDOptionsThe issue options or the issue message.
The clone of the shape.
This a slice from doubter/core/StringShape that contains only methods added by this package.