Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

String Manipulation in JSP

843835Mar 9 2003 — edited Mar 11 2003
Gidday All,

I am converting an application from PHP to JSP

in PHP I am able to explode a strings parts into an array.

For example

my string = "1.21.32.45.232";

I want jsp to return an array containing the parts of this string separated by dots into an array.

Any help appreciated.

Thank You
Colin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 8 2003
Added on Mar 9 2003
7 comments
220 views