I’ve a webhook to receive some string like this (in spanish)
Hola, mi nombre es Carlos y mi correo es carlos@carlos.com y quiero un cupo
I need extract the name between MI NOMBRE ES and Y MI CORREO ES like NAME variable, and extract the email address between Y MI CORREO ES and Y QUIERO UN CUPO like EMAIL variable
When I receive the text: Hola, mi nombre es Carlos y mi correo es carlos@carlos.com y quiero un cupo
Need variable NAME= Phrase between MI NOMBRE ES and Y MI CORRE ES
Need variable EMAIL= the email address receive in the text
For more information, see Text Parser in the Make Help Center:
Match Pattern
The Match pattern module enables you to find and extract string elements matching a search pattern from a given text. The search pattern is a regular expression (aka regex or regexp), which is a sequence of characters in which each character is either a metacharacter, having a special meaning, or a regular character that has a literal meaning.
For experimenting with regular expressions, we recommend the regular expressions 101 website. Just make sure to tick the ECMAScript (JavaScript) FLAVOR in the left panel.
1. If you have a new question in the future, please start a new thread. This makes it easier for others with the same problem to search for the answers to specific questions, and you are more likely to receive help since newer questions are monitored closely.
2. The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep the Community organized.
This marks the topic as solved, so that:
others can save time when catching up with the latest activity here, and
allows others to quickly jump to the solution if they come across the same problem
To do this, simply click the checkbox at the bottom of the post that answers your question:
3. Don’t forget to like and bookmark this topic so you can get back to it easily in future!