Re: Exact word search
Re: Exact word search
- Subject: Re: Exact word search
- From: Axel Luttgens <email@hidden>
- Date: Thu, 18 Sep 2008 15:50:53 +0200
Le 18 sept. 08 à 15:04, Script2 a écrit :
If aword contains "FINISH"
Aword is a paragraph.
How do I write this so it searches only upper case FINISH. Above
sentence
returns finishing, finished, Finish................
If I understood you correctly, you seem to be looking for a
"considering" clause:
considering case
"it's FINISHed" contains "FINISH"
--> true
"it's finished" contains "FINISH"
--> false
end considering
HTH,
Axel _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden