• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: TextEdit Find/replace Caps
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >TextEdit Find/replace Caps (From: ba95 <email@hidden>)

  • Prev by Date: TextEdit Find/replace Caps
  • Next by Date: Say "What?"
  • Previous by thread: TextEdit Find/replace Caps
  • Next by thread: Re: TextEdit Find/replace Caps
  • Index(es):
    • Date
    • Thread