Class Matcher2

java.lang.Object
net.sourceforge.plantuml.regex.Matcher2

public class Matcher2 extends Object
  • Method Details

    • build

      public static Matcher2 build(Pattern pattern, CharSequence input)
    • matches

      public boolean matches()
    • group

      public String group(int n)
    • group

      public String group()
    • groupCount

      public int groupCount()
    • find

      public boolean find()
    • end

      public int end()
    • start

      public int start()