On Mon, Oct 27, 2008 at 11:34 AM, SanderElias <[EMAIL PROTECTED]> wrote:
> ltrim -- Trims all the left spaces in a string
> rtrim -- Trims all the right spaces in a string
> alltrim -- Trimms all (left an right) spaces in a string.

These are available as strip(), lstrip() and rstrip() in
MochiKit.Format. But should probably be moved somewhere where people
would actually look for them. And perhaps also be renamed to trim() as
above.

Cheers,

/Per

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to