Quantcast
Channel: How to extract certain data using Regex in Make?
Browsing latest articles
Browse All 16 View Live

Image may be NSFW.
Clik here to view.

How to extract certain data using Regex in Make?

Last updated: 2024/14/01 In regular cases it’s very usefull to use Regex (or Regular Expressions) if you want to extract or replace data in some text. When there always is a similar pattern in your...

View Article



Image may be NSFW.
Clik here to view.

How to extract certain data using Regex in Make?

Wowzers, thanks so much for the neat tutorial, Bjorn Seasoned Make users swear by the usefulness of regex, and your post only further underlines it! Read full topic

View Article

How to extract certain data using Regex in Make?

Thanks @Bjorn.drivn I’m literally going to bookmark this post for future regex projects. I’ve used some of these tools before, but this is a great overall resource for building regex expressions!...

View Article

How to extract certain data using Regex in Make?

I agree. Regular Expressions can be VERY useful! In addition to the Text parser module that Bjorn pointed out, you can often just us the replace() function. There are cases, due to the differences in...

View Article

How to extract certain data using Regex in Make?

6 posts were split to a new topic: Using regex for an optional string Read full topic

View Article


How to extract certain data using Regex in Make?

Thanks for that, @Drivn. I noted you are a Make regex flavor user, and hope you can shed some light on my issue. I have a scenario - mailhook => iterator => awsS3 which: Accepts an email; if it...

View Article

How to extract certain data using Regex in Make?

@bullit I don’t think the problem is that “([^\s]]+)” is capturing everything. Rather you are matching/capturing nothing. So you are just getting back the original string. My guess is that the the...

View Article

How to extract certain data using Regex in Make?

Brilliant. Thank you! Read full topic

View Article


Image may be NSFW.
Clik here to view.

How to extract certain data using Regex in Make?

Thank you for the amazing tips! We have combined HTTP, RegEx and Hash to keep track of changes in websites that have tables with the status of a series of licensing processes. If the Hash for the...

View Article


How to extract certain data using Regex in Make?

I came across this amazing resource when reading about regular expressions. It has this gem of a definition for regular expressions (ie Regex): What is a Regex? First, a regex is a text string. For...

View Article

Image may be NSFW.
Clik here to view.

How to extract certain data using Regex in Make?

Here’s probably the best email address validator I have come across. The regex below is borrowed from chapter 4 of Jan Goyvaert’s excellent book, Regular Expressions Cookbook. What you really want is...

View Article

Image may be NSFW.
Clik here to view.

How to extract certain data using Regex in Make?

This is absolutely awesome @Bjorn.drivn! If there’s one thing I might add, for people who have never used RegEx before, regexone.com is a great place to learn the basics. You can “cheat” on some of...

View Article

How to extract certain data using Regex in Make?

A post was merged into an existing topic: When an email gets a new label, automatically upload attachments to Google Drive Read full topic

View Article


How to extract certain data using Regex in Make?

2 posts were split to a new topic: Trying to extract a code out of an email Read full topic

View Article

How to extract certain data using Regex in Make?

For people watching this topic and interested in updates… We have just updated this topic with : 5 – Basics - Replacing data with the replace() function 6 – Basics - Named capturing groups 7 –...

View Article


How to extract certain data using Regex in Make?

Here are a couple of videos that might help, especially with generating REGEX, when you aren’t a REGEX expert: Chat GPT & Make.com: How to Generate REGEX to Match Text Values in Make.com Chat GPT...

View Article
Browsing latest articles
Browse All 16 View Live




Latest Images