| From: Eli Barzilay (eli at barzilay.org) Date: Sat Oct 24 16:05:51 EDT 2009 |
|
On Oct 24, Neil Van Dyke wrote:
> > I had a similar question recently. Are there string-lcfirst /
> >
>
> I have often wondered why R5RS didn't have a procedure that accepts
> a string and returns a new string that is like the input one but
> with all the likely names of cats in it capitalized.
`string-titlecase' will do that. (Cat name likelihood proof left as
an exercise.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
| Posted on the users mailing list. |
|