format matches replace ------ ------- ------- *** failed to import... ^\*\*\*.*$ "nulluser <>" <> ^<>$ prepend with "nulluser " Full Name ^([A-Z]\w*\s?)+$ append with Full Name <> ^([A-Z]\w*\s?)+<>$ <> with Full Name ^([A-Z]\w*\s?)+<.*>$ do nothing VISIER\username ^VISIER\\.*$ drop 7 and recurse username ^\w*$ append with username <> ^\w*\s?<>$ <> with username ^\w*\s?<.*>$ do nothing username [name@email.com] ^\w*\s?\[.*\]$ [ with < and ] with > username (Full Name) ^\w*\s?\(.*\)$ \s?\(.*\) with \s username@address.com ^\w*@.*$ @.* with \s anything ^.+<.*>$ do nothing ^<.*>$ prepend with user anything name@email.com ^.+\s\S+@\S+$ wrap email with <> anything ^.+$ "nulluser <>"