[Solved] How to regex Zapier and get output?

David here, from the Zapier Platform team. I’m glad you’re showing interest in the code step. Assuming your assumptions (32 characters exactly) is always going to be true, this should be fairly straightforward. First off, the regex. We want to look for a character that’s a letter, number, or punctuation. Luckily, javascript’s \w is equivalent … Read more