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