public abstract class MyPattern extends Object
Constructor and Description |
---|
MyPattern() |
Modifier and Type | Method and Description |
---|---|
static Pattern |
cmpile(String p) |
static Pattern |
cmpile(String p,
int type) |
static Pattern |
cmpileNockeck(String p) |
static Pattern |
cmpileNockeck(String p,
int type) |
static boolean |
mtches(String input,
String regex) |
Copyright © 2015. All Rights Reserved.