Hey guys,
I’m struggling with the Regex code in a formatter Zap. I’m trying to extract the “Name” attribute from the following string, but my regex code doesn’t seem to work in Zapier, as I keep getting an empty result.
“Name: Tester E-mail: Tester@gmail-email-com.com”
This is my formula:
/(?<=Name: )(.*)(?= E-mail:)/g
Can anybody spot my error?
Help would be much appreciated!