public class Regexps extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static Regexp |
createRegexp(Pattern pattern) |
static Regexp |
createRegexp(RegexpEngine engine,
String pattern,
Option option) |
static Regexp |
createRegexp(String pattern) |
static Regexp |
createRegexp(String pattern,
int flags) |
static Regexp |
createRegexp(String pattern,
Option option) |
static Regexp |
createRegexp(String pattern,
String flags) |
static Regexp |
createRegexp(String engineName,
String pattern,
Option option) |
static boolean |
match(Regexp regexp,
String text) |
static boolean |
match(String regexp,
int flags,
String text) |
static boolean |
match(String regexp,
String text) |
Copyright © 2022. All rights reserved.