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