Re: Case sensitive find/replace
Re: Case sensitive find/replace
- Subject: Re: Case sensitive find/replace
- From: Michael Schmidt <email@hidden>
- Date: Tue, 18 Jul 2006 15:01:54 +0200
Try this:
"BOB" comes before "bob" --result: false
considering case
"BOB" comes before "bob" --result: true
end considering
From http://developer.apple.com/documentation/applescript/conceptual/
applescriptlangguide/AppleScript.c8.html
Greetings from Hamburg,
ShooTerKo
Am 18.07.2006 um 14:26 schrieb Jan Bultereys:
Hi, does anyone know how I can make this case sensitive...
This example will replace the word “Formaat” to “Format“ but I
don’t want that “FORMAAT” and “formaat” get changed,
For some reason this syntax is not case sensitive...
tell application "QuarkXPress Passport"
activate
tell current box
try
set every text where it is "Formaat" to "Format"
end try
end tell
end tell
Any idea is much appreciated
jan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden