Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Regex Match in Designer

brysmart
5 - Atom

Hi, Newbie here. I have a process to validate data that uses .lay files currently to do the data checks. I've been asked to try and create a workflow for this and wanted to know how I would replicate the .lay checks with Reg Ex Match. Below is an example of how they are currently checked:

 

example.png

 

Would I do something like [A-Za-z0-9]* for the first row and then [12]* for the next one.

1 REPLY 1
Alteryx_Stefan
Alteryx
Alteryx

Unfortunately, I am not familiar with your code piece but if you want to formulate more complex Regex operations I'd recommend this website that really helped my to level up! regexone.com.

Labels
Top Solution Authors