Package sk.antons.json.match.wild
Class WildMatcher
java.lang.Object
sk.antons.json.match.wild.WildMatcher
Match string with pattern. Pattern can use wild cards '*' and '?'.
Character '?' stands for any character (exactly one). Character '*'
stands for sequence of characters (possibly empty sequence).
- Author:
- antons
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WildMatcher
-
-
Method Details
-
instance
-
match
-
tryMatch
-