On Wednesday, 28-Novenber-2007 at 15:29:03 Kai Peters wrote, >What are fast idioms to uppercase the nth char in a string?
There's a word for the job! ... >> x: "abcdefghijkl" == "abcdefghijkl" >> uppercase/part skip x 8 1 == "Ijkl" >> x == "abcdefghIjkl" -- Carl Read. -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
