Method | Description | |
---|---|---|
GetEmailListRegularExpression ( int portalId ) : string |
Gets a regular expression which will match a comma-delimited list of email addresses
|
|
GetEmailRegularExpression ( int portalId ) : string |
Gets a regular expression which will match an email address
|
Method | Description | |
---|---|---|
CreateListRegularExpression ( string expression ) : string |
Creates a regular expression that represents a comma-delimited list of the given regular expression pattern.
|
public static GetEmailListRegularExpression ( int portalId ) : string | ||
portalId | int | The portal ID. |
return | string |
public static GetEmailRegularExpression ( int portalId ) : string | ||
portalId | int | The portal ID. |
return | string |