Hi Everyone,
I'm trying to use alteryx to use special characters from my data set.
For example:
Input
​Birthday Party
Output
Birthday Party
I tried using the RegEx tool (RegEx_Replace([Event], "[^\w\s]", "")) but it didn't work. I think I'm not doing something correctly.
Grateful for any guidance!
S