• 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: Text - change case
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Text - change case


  • Subject: Re: Text - change case
  • From: Kim Hunter <email@hidden>
  • Date: Thu, 19 May 2005 23:32:49 +1000

Title: Re: Text - change case

Try this:

set InputString to "helkJOihj"
set UpSTR to do shell script "echo " & InputString & " | tr '[a-z]' '[A-Z]'"
set LowSTR to do shell script "echo " & InputString & " | tr '[A-Z]' '[a-z]'"



On 19/5/05 11:00 PM, "Ruby Madraswala" <email@hidden> wrote:

Hi All.
 
It’s always the simple/basic that stumps me. I checked the web and books found no examples. I did find examples of changing to upper case or lower case, but not what I want.
 
 
Write counter & “ “ & item x of wordlist & return to outfile
 
Item x of wordlist is in upper case: ex. APPLE COMPUTER and I want to write this as Apple Computer. Item x of wordlist can be one word or up to 5 words.
 
OS 10.3.9
 
Ruby
 
 
 
 


_______________________________________________
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

 _______________________________________________
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

References: 
 >Text - change case (From: "Ruby Madraswala" <email@hidden>)

  • Prev by Date: Re: Osascript and eppc://
  • Next by Date: RE: merge same (beginning) filenames into different variables
  • Previous by thread: Text - change case
  • Next by thread: Re: Text - change case
  • Index(es):
    • Date
    • Thread