Your regex was close.
Here’s the correct regex:
\*Email:\* (?<email>.+)\n[\w\W]+>\n(?<name>.+)\n\n
Proof: https://regex101.com/r/HnOcvR/1
Output
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
Your regex was close.
Here’s the correct regex:
\*Email:\* (?<email>.+)\n[\w\W]+>\n(?<name>.+)\n\n
Proof: https://regex101.com/r/HnOcvR/1
Hope this helps! Let me know if there are any further questions or issues.
— @samliew