We have a problem with an OCRed pattern match for various dates.
Example: 17-Jun-2016 (which is the format a program we use for operations displays dates, we cannot change this) is read as 17-3un-2016, the same has been true of Jan and Jul. I use this date in a workflow for metadata, filing, etc.
I’m trying to keep the ‘17-‘ and ‘-2016’ and replace the 3un with Jun. I cannot seem to figure out how to replace/edit the middle of the token.
Darren