2017-06-09 00:05:45 +00:00
|
|
|
format matches replace
|
|
|
|
------ ------- -------
|
|
|
|
*** failed to import... ^\*\*\*.*$ "nulluser <>"
|
|
|
|
<> ^<>$ prepend with "nulluser "
|
2017-11-10 17:32:43 +00:00
|
|
|
Full Name ^([A-Z]\w*\s?)+$ fullname with username and append with <email>
|
|
|
|
Full Name <> ^([A-Z]\w*\s?)+<>$ fullname with username and <> with <email>
|
|
|
|
Full Name <name@email.com> ^([A-Z]\w*\s?)+<.*>$ fullname with username
|
2017-06-09 00:05:45 +00:00
|
|
|
username ^\w*$ append with <email>
|
|
|
|
username <> ^\w*\s?<>$ <> with <email>
|
|
|
|
username <name@email.com> ^\w*\s?<.*>$ do nothing
|
|
|
|
username [name@email.com] ^\w*\s?\[.*\]$ [ with < and ] with >
|
|
|
|
username (Full Name) ^\w*\s?\(.*\)$ \s?\(.*\) with \s<email>
|
|
|
|
username@address.com ^\w*@.*$ @.* with \s<email>
|
2017-11-10 17:32:43 +00:00
|
|
|
firstname.lastname ^\w*\.\w*$ username <email> from fullname from firstname.lastname
|
2017-06-09 00:05:45 +00:00
|
|
|
anything <anything> ^.+<.*>$ do nothing
|
|
|
|
<anything> ^<.*>$ prepend with user
|
|
|
|
anything name@email.com ^.+\s\S+@\S+$ wrap email with <>
|
|
|
|
anything ^.+$ "nulluser <>"
|