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 (/)
Solved! Go to Solution.
Hi @Biernt came up a few ways you can do this let me know what you think?