Re: Text - change case
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