答案1
这应该可以。
/^From: (.*?)@gmail.com$/ REPLACE From: John Smith <[email protected]>
/^From: [email protected]/ REPLACE From: [email protected]
此外,您不需要对正则表达式文件进行后期映射。
这应该可以。
/^From: (.*?)@gmail.com$/ REPLACE From: John Smith <[email protected]>
/^From: [email protected]/ REPLACE From: [email protected]
此外,您不需要对正则表达式文件进行后期映射。