I need to divide this text into separate parts with a map, so that in the next module (for example, create a lead in the CRM) I can choose which data to insert into which fields, or for example, select which data from this application I should send to the messenger.
But I can’t figure out how to do it((
Please tell me, thank you!
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.
Thank you very much for the detailed answer!
I’m a newbie and just learning how to work with make.com tools.
I copied the regular expression you wrote and got the error: