String case: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
Hout (talk | contribs)
Line 342:
end run
 
-- toUpperCase :: Text -> Text
on toUpperCase(str)
set ca to current application
Line 349:
end toUpperCase
 
-- toLowerCase :: Text -> Text
on toLowerCase(str)
set ca to current application
Line 356:
end toLowerCase
 
-- toCapitalized :: Text -> Text
on toCapitalized(str)
set ca to current application