Alteryx Designer Desktop Discussions

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

Regex Replace

Biernt
6 - Meteoroid

I am new to writing regex functions, and what I'm attempting to do is pretty simple. I'm assuming using the regex replace function is the easiest route.

 

I have a bunch of dates using "." (periods) as the delimiter for the month days and years. So they're written as 1.1.1900.

 

I'm trying to replace the periods with forward slashes (/)

2 REPLIES 2
bpatel
Alteryx
Alteryx

hi @Biernt ,

 

try this!

 

bpatel_0-1601325958385.png

 

hope it helps!

 

JosephSerpis
17 - Castor
17 - Castor

Hi @Biernt came up a few ways you can do this let me know what you think?

Labels