New to Typophile? Accounts are free, and easy to set up.
ID geniuses, got a question for your gigantic brains.
This may or may not be an easy one...
I doing a lot of production work now and I'd like to create a Find/Change or a GREP search that will allow me to change multiple dates at once.
the format changes from file to file and usually follows these 4 formats and its also possible that all 4 formats could be used in one document.
XX/XX/XX (8 characters)
XX/XX/10 (8 characters)
XX/XX/2010 (10 characters)
9/26/10 - wrong date in-place. (6 – 8 characters depending on the month)
Instead of having 4 different searches, is it possible to do one search that look for any/all of these text formats and change them at once?
Thanks!