On Sun, 6 Feb 2005 21:42:30 +0100, Andre van Toly
<[EMAIL PROTECTED]> wrote:
> // logon = s.equals("") ? null : StringSplitter.split(s);
> - logon = s.equals("") ? null : Arrays.asList(s.split(","));
> + logon = s.equals("") ? null : Arrays.asList( s.replaceAll("\\s",
> "").split(",") );
I don't want to be a pain, but how about logon="john doe" here.
that'll become a bit unexpectedly "johndoe".
So, more generally, I think this is no good either...
Michiel
--
mihxil' http://mihxil.komputilo.org/
nl_NL eo_XX en_US
_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers