I have the following regex:
我有以下正则表达式:
/["]*(?<name>.*)[\"]*?\s*[<(](?<email>\w.*)[>)]/.match("\"The Boss\" <[email protected]>")
/["]I have the following regex:
我有以下正则表达式:
/["]*(?<name>.*)[\"]*?\s*[<(](?<email>\w.*)[>)]/.match("\"The Boss\" <[email protected]>")
/["]