How can I extract these 6 items from a body of a text into mappable fields?

Hello @dom_1,
Just try this regular expression which is cleaner with group names.

Name:\s+(?<name>.*?)\nEmail:\s+(?<email>.*?)\nTelephone:\s+(?<telephone>.*?)\nCountry:\s+(?<country>.*?)\nI’m Enquiring About::\s+(?<enquiringAbout>.*?)\nMessage:\s+(?<message>.*)

Proof of matching: regex101: build, test, and debug regex


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution :white_check_mark: and :+1:
Need expert help or have questions? Contact or comment below! :point_down: