[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[ecf-dev] Splitting an old String
|
- From: Wim Jongman <wim.jongman@xxxxxxxxx>
- Date: Sun, 18 Oct 2009 21:38:39 +0200
- Delivered-to: ecf-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=5wAhH/6EGgpxwXgLSVM02LbBNJH2hz8ou+C99gPNdDo=; b=AMgTXQJfjy+vIn9Jcv8qJivXxUSaRMCpQ4uU3oe1qiHHzQwI7m3AwxwgkwsJhrtbGz rtyf5psJ2u+PH9rHb2Ja8wZOGIhENOaI4Uw2pxvPrP+o84yBhwUXDSfi+MxQC+68528o 5HgTtz7emhIna0pr44tnFFhjJUwynoJFUUkqM=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cGenKysqVy2e8oO2nsC2yODDXqrFKppzmlPJUaen9dR1pfS4CAjg2yhTExqxh5ay3A +9qthmJf10Ozvr3Iv501sVUtGnRudnP5TUPZyBVlCrvhjhGFKF+C6s+4k5hGqrkQppqG HjQDKaVmz1ul6ADE9WLbAc8Kqqu03/dEJc8Bg=
Hi,
I have almost ironed out the downport to foundation 1.1 for the core NNTP classes. But i have troubles replacing String.split(regex). I tried Stringtokenizer but this class fails to correctly split
"xxx\txxx\t\txxx" into fours strings with \t as the token.
I don't want to write the millionth String splitter class. Is there one already available that works with foundation 1.1?
--