String Manipulation in JSP
843835Mar 9 2003 — edited Mar 11 2003Gidday 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