in reply to Re: How do I quickly strip blank space from the beginning/end of a string?
in thread How do I quickly strip blank space from the beginning/end of a string?
Also, you made the point that none of my input ends with spaces. I think that's generally true in real life usage too. It's frustrating that we have this pervasive idiom in our code of "strip whitespace just in case", but I think most of the time the input is already just fine. In fact, I think much of the time the input is short and has no spaces at all. I wonder if I should be checking it with index() first to quickly rule out that case.
update: added paragraph spacing
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How do I quickly strip blank space from the beginning/end of a string?
by ikegami (Patriarch) on Jul 21, 2009 at 23:06 UTC | |
by blahblahblah (Priest) on Jul 22, 2009 at 01:12 UTC | |
by ikegami (Patriarch) on Jul 22, 2009 at 04:22 UTC |