Re: Using \U \L in regular expressions
Re: Using \U \L in regular expressions
- Subject: Re: Using \U \L in regular expressions
- From: Skeeve <email@hidden>
- Date: Thu, 13 Aug 2009 23:33:10 +0200
Tim Mansour schrieb:
Which would save me a good deal of workaround scripting.
I'd do it without regexp:
capitalize("HELLO")
to capitalize(someText)
return do shell script "perl -e 'print ucfirst lc shift' " & quoted
form of someText
end capitalize
_______________________________________________
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