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]','')