public static interface Linkify.MatchFilter
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
acceptMatch(java.lang.CharSequence s,
           int start,
           int end)
Examines the character span matched by the pattern and determines if the
 match should be turned into an actionable link. 
 | 
boolean acceptMatch(java.lang.CharSequence s,
                    int start,
                    int end)
s - The body of text against which the pattern was matchedstart - The index of the first character in s that was matched by the
              pattern - inclusiveend - The index of the last character in s that was matched -
              exclusiveCopyright © 2023. All Rights Reserved.