Previous Topic: Number and Money VariablesNext Topic: Repeat Expressions


Email Address and URL Variables

Use the following search text variables to match email addresses and URLs.

%EMAIL%

Matches a whole SMTP e-mail address.

Example: %email% matches spencer.rimmel@unipraxis.com.

%EMAIL_PART%

Matches part of an e-mail address.

Example: srimmel %EMAIL_PART%[*] matches srimmel@unipraxis.com or srimmel@unipraxis.co.uk.

%URL%

Matches the whole URL.

Example: %url% matches www.unipraxis.com.

%+URL%

Must be part of a URL.

Example: %+url% unipraxis only matches unipraxis if it is part of a URL, such as in www.unipraxis.com. It does not match The Unipraxis corporation.