I am cleaning up a 5000+ sources. Since I don't have AppleScript support, I must find records and manually fix them. However, in some cases, I find it impossible to do the search that I want to do and wondered if there are techniques for exerting more control over a search
Here is one example:
I have dates entered like this "6 Sep 1952" and I want to change them to "6 September 1952"
If I search for:
Sep
Sep <with space
"Sep "
All of these find both "Sep" AND "September"
Is there a way to specify that I want to find the word WITH a space following it?
Thanks for any advice you can offer.
Here is one example:
I have dates entered like this "6 Sep 1952" and I want to change them to "6 September 1952"
If I search for:
Sep
Sep <with space
"Sep "
All of these find both "Sep" AND "September"
Is there a way to specify that I want to find the word WITH a space following it?
Thanks for any advice you can offer.
Comment