| Class | Description |
|---|---|
| gnu.regexp.REFilterInputStream |
This class cannot properly handle all character
encodings. For proper handling, use the REFilterReader
class instead.
|
| Method | Description |
|---|---|
| gnu.regexp.REMatch.getSubEndIndex(int) |
Use getEndIndex(int) instead
|
| gnu.regexp.REMatch.getSubStartIndex(int) |
Use getStartIndex(int) instead.
|