public class Linkify
extends java.lang.Object
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
Linkify.MatchFilter
MatchFilter enables client code to have more control over what is allowed to
 match and become a link, and what is not. 
 | 
static interface  | 
Linkify.TransformFilter
TransformFilter enables client code to have more control over how matched
 patterns are represented as URLs. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static Linkify.MatchFilter | 
sUrlMatchFilter
Filters out web URL matches that occur after an at-sign (@). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.String | 
toHtml(java.lang.String s)
Performs simple CRLF replacements and link detection 
 | 
public static final Linkify.MatchFilter sUrlMatchFilter
Copyright © 2021. All Rights Reserved.