net.sourceforge.plantuml.command.regex
Class MyPattern

java.lang.Object
  extended by net.sourceforge.plantuml.command.regex.MyPattern

public abstract class MyPattern
extends Object


Constructor Summary
MyPattern()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyPattern

public MyPattern()
Method Detail

cmpile

public static Pattern cmpile(String p)

cmpileNockeck

public static Pattern cmpileNockeck(String p)

cmpile

public static Pattern cmpile(String p,
                             int type)

cmpileNockeck

public static Pattern cmpileNockeck(String p,
                                    int type)

mtches

public static boolean mtches(String input,
                             String regex)


Copyright © 2014. All Rights Reserved.