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