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.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Regex

hi2019
8 - Asteroid

hi

 

what tool can I use to identify REGEX_Replace([Payee addr 2], "[^\u\d&\s-]+", " ") 

 

thanks

4 REPLIES 4
Raj
16 - Nebula

@hi2019 
use formula tool.

hi2019
8 - Asteroid

I am trying to modify but I need to first understand this one as well- multi field formula - 

REGEX_Replace([_CurrentField_], "[,!\(\)#';\\/@]", ' ')

Raj
16 - Nebula

@hi2019 
if you use multi field formula then this will update same formula on multiple fields.
and if you want to apply on single field use formula tool.
hope this helps.

Raj
16 - Nebula

@hi2019 
is this solved?
if not you can add an input and i can help with workflow.

Labels
Top Solution Authors