I've been trying to update filenames that were created in unix which have dates in them.
I wanted to set up a workflow and add pattern matching to it so I can create a new file name to replace the old one with. However, I can't figure out how to use a regular expression to replace the ~ with /
My files are in the format similar to 1234_filename05~10~2015...more character.
I wanted to know is there is an expression that would return the filename with replacing all the ~ with /