Sorry,
I sent this to the wrong "user" list.

On Wed, Jun 4, 2008 at 11:06 PM, Vinny <[EMAIL PROTECTED]> wrote:
> OK, this one baffles me :)
>
> "file.txt".split(".")  produces an empty array ?
>
>
>
>
>
> testing it on the groovysh, (trying to that more often before posting
> on the list) :
>
>
> groovy:000> mysplit = "file.txt".split(".")
> ===> [Ljava.lang.String;@73b4f342
> groovy:000> mysplit.size()
> ===> 0
> groovy:000> println mysplit
> {}
> ===> null
>
> Thanks in advance.
>
> --
> The future is here. It's just not widely distributed yet.
> -William Gibson
>



-- 
The future is here. It's just not widely distributed yet.
-William Gibson

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to