Timon Gehr:

> I have corrected that by signing up and posting an answer myself.

>From that thread:

> str0.dup;     str1.dup;      // Some basic methods
> str0.sort;    str1.sort;     // are built into the
> str0.reverse; str1.reverse;  // base "string" class

Aren't sort and reverse going to be deprecated? (I like reverse as built-in).

Bye,
bearophile

Reply via email to