Name: gm110360 Date: 05/17/2004
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
In the javadoc for java.util.regex.Pattern, the POSIX character
class \p{Print} is described as "A printable character: [\p{Graph}]".
It actually matches everything \p{Graph} does, PLUS the space
character: [\p{Graph}\x20].
REPRODUCIBILITY :
This bug can be reproduced always.
(Incident Review ID: 269869)
======================================================================
###@###.### 11/1/04 20:34 GMT
FULL PRODUCT VERSION :
A DESCRIPTION OF THE PROBLEM :
In the javadoc for java.util.regex.Pattern, the POSIX character
class \p{Print} is described as "A printable character: [\p{Graph}]".
It actually matches everything \p{Graph} does, PLUS the space
character: [\p{Graph}\x20].
REPRODUCIBILITY :
This bug can be reproduced always.
(Incident Review ID: 269869)
======================================================================
###@###.### 11/1/04 20:34 GMT