format matches replace ------ ------- ------- *** failed to import... ^\*\*\*.*$ "nulluser <>" <> ^<>$ prepend with "nulluser " Full Name ^([A-Z]\w*\s?)+$ fullname with username and append with Full Name <> ^([A-Z]\w*\s?)+<>$ fullname with username and <> with Full Name ^([A-Z]\w*\s?)+<.*>$ fullname with username 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 firstname.lastname ^\w*\.\w*$ username from fullname from firstname.lastname anything ^.+<.*>$ do nothing ^<.*>$ prepend with user anything name@email.com ^.+\s\S+@\S+$ wrap email with <> anything ^.+$ "nulluser <>"