Re: Init Caps Handler
Re: Init Caps Handler
- Subject: Re: Init Caps Handler
- From: has <email@hidden>
- Date: Wed, 21 Nov 2007 00:59:40 +0000
Oakley Masten wrote:
Is there an existing handler that takes a text
variable and reconfigures it to "Initial Capitals" for
every word?
While I'm at it how about "All Caps" and "No Caps"?
Using TextCommands <http://osaxen.com/files/textcommands1.1.3.html>:
tell application "TextCommands" to titlecase "hello world"
--> "Hello World"
Fast, free, easy-to-use and Unicode-aware, e.g.:
tell application "TextCommands" to uppercase "¿Qué pasó?"
--> "¿QUÉ PASÓ?"
HTH
has
--
http://appscript.sourceforge.net
http://rb-appscript.rubyforge.org
_______________________________________________
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