Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

Wasabi.Common.DT.Email

datatype class Wasabi.Common.DT.Email extends %Library.String

ODBC Type: VARCHAR

Parameters

parameter PATTERN = .A1"@".A1"."3A;
A pattern which the string should match.

The value of PATTERN should be a valid Caché pattern match expression.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab