Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Took a minute to think about approach, and went with: "What do I want to include only" instead of "let me exclude a,b,c, etc". Came away with this regex expression to only include numbers or letters and it worked: REGEX_Replace([Item Number],'[^\d\w]','')