Quote:
Originally Posted by MattF
Not unless you want any string above three characters in length to be able to contain any character whatsoever...
|
I presume that's an answer to my first question about eliminating the 1st line, rather than my second question about potentially missing something ??
Quote:
Originally Posted by MattF
... They're both parsing different strings too, btw.
|
Yeah, they're actually in sequence exactly like that.
It grabs a copy of
body, then replaces any non-desired char's with a space, then replaces any string of <3 of those same non-desired chars with a space.
~ Mo