| Package | Description |
|---|---|
| com.izforge.izpack.util.regex |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaRegexp
Regular expression implementation using the JDK 1.4 regular expression package
|
| Modifier and Type | Method and Description |
|---|---|
protected Regexp |
RegexpFactory.createRegexpInstance(String classname)
Wrapper over RegexpMatcherFactory.createInstance that ensures that
we are dealing with a Regexp implementation.
|
Regexp |
RegularExpression.getRegexp()
provides a reference to the Regexp contained in this
|
Regexp |
RegexpFactory.newRegexp()
Create a new regular expression matcher instance.
|
Copyright © 2001–2025. All rights reserved.