-
Bug
-
Resolution: Fixed
-
P3
-
1.4.0
-
beta
-
sparc
-
solaris_7
-
Verified
Specification for Class Pattern contains split() method. The example used to describe how split(CharSequence input) works shows wrong results for
Regex Result
e {"one",":two:thr"}
where input is "one:two:three".
The result should be {"on",":two:thr"}
Also the result is wrong for the result of split(CharSequence input, int linit) method. Last two results for Regex "e" are wrong.
Regex Result
e {"one",":two:thr"}
where input is "one:two:three".
The result should be {"on",":two:thr"}
Also the result is wrong for the result of split(CharSequence input, int linit) method. Last two results for Regex "e" are wrong.