Leandro Lucarella wrote: > Well, just take parameter-less functions then: > > " hello ".strip.toupper.replace("O", "A"); // "HELLA"
Those would be fine candidates for read-only properties: " hello ".stripped.inupper.replace("O", "A"); -- Michiel Helvensteijn