| Package | Description |
|---|---|
| javatools.parsers |
| Modifier and Type | Method and Description |
|---|---|
static RegularExpression |
RegularExpression.compile(String regex)
Returns a RegularExpression for a string
|
RegularExpression |
RegularExpression.inverse()
Returns the inverse of this Regular Expression (expensive)
|
static RegularExpression |
RegularExpression.parseSimple(StringTokenizer regex)
Parses a regex from a StringTokenizer
|
Copyright © 2018. All rights reserved.