Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Upper-Lower Case

From: louisaturk::coxinet::net at: 10-Dec-2001 1:55

Hi rebols, There are the words uppercase and lowercase. I need an upper-lowercase. x: upper-lowercase "THE BIG DOG IS A PIG"
>> "The Big Dog Is A Pig"
I know that "A" should be "a" for correct English. But this is not for the English language, and I want to keep it simple. Does anyone know a short, simple way to do this? Louis