Class RegexMatcher

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Match> execute​(java.lang.CharSequence password)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RegexMatcher

        public RegexMatcher​(Context context)
    • Method Detail

      • execute

        public java.util.List<Match> execute​(java.lang.CharSequence password)