Hey all,
I am needing to run some tests before I do this in production. Here's my dilemma:
I have a file share where our users have named documents month.day.year PO# EXAMPLE: 01.25.2016 183018.pdf
Due to the second . Windows search will not find the PO#. I cannot, for the life of me, seem to replace the . with a - without completely removing the name of the file. My test document is labeled creating.a.user.pdf
Any ideas what my regex should be?
Thanks all!