Class MyPattern
java.lang.Object
net.sourceforge.plantuml.command.regex.MyPattern
public abstract class MyPattern
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MyPattern
public MyPattern()
-
-
Method Details
-
cmpile
-
mtches
public static boolean mtches(java.lang.CharSequence input, java.lang.String regex) -
removeAll
public static java.lang.CharSequence removeAll(java.lang.CharSequence src, java.lang.String regex)
-