Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Bug in String's split method???
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Virgil Green, post: 615881"] From java doc for String.split (asterisks/bold added for emphasis): The array returned by this method contains each substring of this string that is terminated by another substring that matches the given expression or is terminated by the end of the string. The substrings in the array are in the order in which they occur in this string. *If the expression does not match any part of the input then the resulting array has just one element, namely this string.* [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Bug in String's split method???
Top