Feature #40

String: strip/lstrip/rstrip

Added by Matthew Iselin over 2 years ago. Updated over 2 years ago.

Status:Closed Start:08/17/2009
Priority:Normal Due date:
Assigned to:Eduard Burtescu % Done:

100%

Category:- Spent time: -
Target version:-

Description

I'd like to see strip/lstrip/rstrip in String.

These functions (named after their Python equivalent) would strip whitespace from a string. strip takes from the beginning and end, lstrip from the beginning, and rstrip from the end.

They give a simple way to remove unwanted whitespace from either end of a String.

History

Updated by QuokForge Admin over 2 years ago

  • Assigned to set to QuokForge Admin

Rewriting the string class for multibyte support. I'll add these as I go.

Updated by QuokForge Admin over 2 years ago

  • Assigned to deleted (QuokForge Admin)

Updated by Eduard Burtescu over 2 years ago

  • Status changed from New to Closed
  • Assigned to set to Eduard Burtescu
  • % Done changed from 0 to 100

Done.

Also available in: Atom PDF