Re: TextEdit Find/replace Caps
Re: TextEdit Find/replace Caps
- Subject: Re: TextEdit Find/replace Caps
- From: Axel Luttgens <email@hidden>
- Date: Sun, 3 Jan 2010 10:53:41 +0100
Le 3 janv. 2010 à 10:32:27, ba95 a écrit :
> In a simple search/replace script, in TextEdit, is it possible make the difference between lowercase and appercase (f. e. between "a" and "A").
Hello Bernard,
At AppleScript's level, there are the "considering" and "ignoring" statements.
For example:
considering case
"a" = "A"
--> false
end considering
But things may possibly depend on the way you are performing your search/replace in TextEdit.
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