| 程序包 | 说明 |
|---|---|
| org.josql.functions.regexp |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ApacheRegExpWrapper |
class |
GNURegExpWrapper
The wrapper implementation for the GNU implementation of regular expression matching.
|
class |
OroApacheRegExpWrapper
The wrapper implementation for the Apache ORO implementation of regular expression matching.
|
class |
StandardJavaRegExpWrapper
The wrapper implementation for the Java 1.4 regular expression matching (java.util.regex).
|
| 限定符和类型 | 方法和说明 |
|---|---|
RegExp |
RegExpFactory.getDefaultInstance(Query q) |
RegExp |
RegExpFactory.getInstance(String type,
Query q) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
RegExpFactory.addInstance(String name,
RegExp re,
boolean def) |
Copyright © 2021. All rights reserved.