Class RegexMatcher.Simple

java.lang.Object
com.samsthenerd.inline.api.matching.RegexMatcher.Simple
All Implemented Interfaces:
ContinuousMatcher, InlineMatcher, RegexMatcher
Enclosing interface:
RegexMatcher

public static class RegexMatcher.Simple extends Object implements RegexMatcher
A helper class for constructing a RegexMatcher from just a regex pattern and a getMatch function.