No problem, the regular expressions expert is here to save the day!
You can use these built-in functions:
These functions may have also been covered in the Make Academy tutorials — refer to the Make Academy Course Overview to learn more.
Here’s an example of how you can use these functions together:
{{split(replace(1.text; "/[\w\W]+?\b((?:https?:\/\/|www\.)?[a-z0-9.-]+\.[a-z]{2,}|$)\b(?=[\w\W]+?|$)/g"; "$1|"); "|")}}
(copy-paste the above into the field, or type it exactly as shown)
e.g.:


Module Export - quick import into your scenario
You can copy and paste this module export into your scenario. This will import the modules (with fields/settings/filters) shown in my screenshots above.
-
Move your mouse over the line of code below. Copy the JSON by clicking the copy button on the right of the code, which looks like this:

-
Enter your scenario editor. Press ESC to close any dialogs. Press CTRLV (paste keyboard shortcut for Windows) to paste directly in the editor.
-
Click on each imported module and re-save it for validation. There may be some errors prompting you to remap some variables and connections.
JSON module export — paste this directly in your scenario
{"subflows":[{"flow":[{"id":250,"module":"util:ComposeTransformer","version":1,"parameters":{},"mapper":{"value":"+31 6 12345678 hhhhh ccccc aaaaaaa. bbbbbbbb (999,-) , weekschappen - en interm opdrachten - youtube duurzaam hoe dan www.ditiseenwebsite.com 5 - 10K schaalbaarheid - ik kan mezelf niet schalen. thisisalsoatest.nl hoe kan ik meer impact maken, minder tijd. 2 , ik gebruik het, maar zoekende , wat is er nog meer mogelijk? 7-10K https://test.eu Dit begrijp ik! Yes, gaan we regelen! test.nl test"},"metadata":{"designer":{"x":3808,"y":-56}}},{"id":251,"module":"util:SetVariable2","version":1,"parameters":{},"mapper":{"name":"links","scope":"roundtrip","value":"{{split(replace(250.value; \"/[\\w\\W]+?\\b((?:https?:\\/\\/|www\\.)?[a-z0-9.-]+\\.[a-z]{2,}|$)\\b(?=[\\w\\W]+?|$)/g\"; \"$1|\"); \"|\")}}"},"metadata":{"designer":{"x":4049,"y":-53}}}]}],"metadata":{"version":1}}
Note: Did you know you can reduce the size of blueprints and module export code like the above, using the Make Blueprint Scrubber?
Hope this helps! If you are still having trouble, please provide more details.
— @samliew