Class MyPattern
- java.lang.Object
-
- net.sourceforge.plantuml.command.regex.MyPattern
-
public abstract class MyPattern extends Object
-
-
Constructor Summary
Constructors Constructor Description MyPattern()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Pattern2
cmpile(String p)
static boolean
mtches(CharSequence input, String regex)
static CharSequence
removeAll(CharSequence src, String regex)
-
-
-
Method Detail
-
mtches
public static boolean mtches(CharSequence input, String regex)
-
removeAll
public static CharSequence removeAll(CharSequence src, String regex)
-
-