~%RegexExtract

Description

This macro searches the specified fields of the current email message, appointment, or meeting for all occurrences of the specified regular expression and inserts them (separated by the specified separator) into the current macro position.

Syntax

~%RegexExtract{
     "fields":["from", "to", "cc", "bcc", "subject", "location",
        "recipient_first_name" , "recipient_full_name" , "recipient_last_name" ,
        "sender_first_name" , "sender_full_name" , "sender_last_name" ,
        "body"],
     "regex":"regexvalue",
     [ "separator":"textvalue" ] // default separator is comma
}

Works for

  • Email templates.
  • Appointment and meeting templates.

Examples of use

~%RegexExtract{"fields":["body"],"regex":"(o|O)rder ID \\d{7}","separator":", "}

Post a comment

Seen by everyone, do not publish license keys and sensitive personal info!

If you have any questions or issues with this add-in, please feel free to post your concerns in the comments area. As soon as we answer, a notification message will be sent to your e-mail. If you do not want to share your thoughts in public, please contact us at support@ablebits.com.