in reply to Re: Split without removing characters
in thread Split without removing characters
I don't care for this approach, because it fails as soon as $foo comes with embedded pipe characters. Then you have to think about escaping existing pipe characters, and so on, until you've reinvented CSV.
-Colin.
WHITEPAGES.COM | INC
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Split without removing characters
by Transient (Hermit) on Jun 17, 2005 at 20:05 UTC | |
Re^3: Split without removing characters
by monarch (Priest) on Jun 18, 2005 at 15:15 UTC | |
by cmeyer (Pilgrim) on Jun 20, 2005 at 18:35 UTC |