| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util.regex |
||
| 81 | ||
UNIX_LINES : int |
||
CASE_INSENSITIVE : int |
||
COMMENTS : int |
||
MULTILINE : int |
||
LITERAL : int |
||
DOTALL : int |
||
UNICODE_CASE : int |
||
CANON_EQ : int |
||
UNICODE_CHARACTER_CLASS : int |
||
pattern() : String |
||
toString() : String |
||
matcher(CharSequence) : Matcher |
||
flags() : int |
||
matches(String, CharSequence) : boolean |
||
split(CharSequence, int) : String[] |
||
split(CharSequence) : String[] |
||
asPredicate() : Predicate |
||
asMatchPredicate() : Predicate |
||
splitAsStream(CharSequence) : Stream |