public static interface Linkify.TransformFilter
Modifier and Type | Method and Description |
---|---|
java.lang.String |
transformUrl(java.util.regex.Matcher match,
java.lang.String url)
Examines the matched text and either passes it through or uses the data in
the Matcher state to produce a replacement.
|
java.lang.String transformUrl(java.util.regex.Matcher match, java.lang.String url)
match
- The regex matcher state that found this URL texturl
- The text that was matchedCopyright © 2021. All Rights Reserved.