SAS Quality Knowledge Base for Contact Information 27
E-mail (Multi-Address) | |||
---|---|---|---|
Description |
The E-mail (Multi-Address) parse definition parses a string containing up to three e-mail addresses into individual tokens that contain one address for each token. |
||
Output Tokens | E-mail 1 E-mail 2 E-mail 3 |
||
Example 1 | Input | Output Token | Output |
abc@savronik.com.tr, abc@gmail.com,abc@hotmail.com |
E-mail 1 | abc@savronik.com.tr | |
E-mail 2 | abc@gmail.com | ||
E-mail 3 | abc@hotmail.com | ||
Example 2 | Input | Output Token | Output |
xyz@lycos.com / xyz@hotmail.com | E-mail 1 | xyz@lycos.com | |
E-mail 2 | xyz@hotmail.com | ||
E-mail 3 | |||
Remarks |
Documentation Feedback: yourturn@sas.com |
Doc ID: QKBCI_TRTUR_Parse_E-mail-MultiAddress.html |