Does anyone have sample code of how to parse a string that is divided by
comma's into an array? Something along the lines of the perl Split function.
Thanks in advance.
Printable View
Does anyone have sample code of how to parse a string that is divided by
comma's into an array? Something along the lines of the perl Split function.
Thanks in advance.
Check out the class java.util.StringTokenizer.
PC2
mark <mgunnels@cypresscom.net> wrote in message
news:3a0c2272$1@news.devx.com...
> Does anyone have sample code of how to parse a string that is divided by
> comma's into an array? Something along the lines of the perl Split
function.
>
> Thanks in advance.
>
>
Thanks.
"Paul Clapham" <pclapham@core-mark.com> wrote in message
news:3a0c2bb7$1@news.devx.com...
> Check out the class java.util.StringTokenizer.
>
> PC2
>
> mark <mgunnels@cypresscom.net> wrote in message
> news:3a0c2272$1@news.devx.com...
> > Does anyone have sample code of how to parse a string that is divided by
> > comma's into an array? Something along the lines of the perl Split
> function.
> >
> > Thanks in advance.
> >
> >
>
>