All Classes and Interfaces
Class
Description
Utility class for processing text with links.
Scan for email address starting from the trigger character "@".
Extracts links from input.
Builder for configuring link extractor.
Deprecated.
Information for an extracted link.
Type of extracted link.
A reference to a piece of the input text, either a link (see
LinkSpan
) or plain text.Scan for URLs starting from the trigger character ":", requires "://".
Scan for WWW addresses such as "www.example.org" starting from the trigger character "w".
LinkExtractor.extractSpans(CharSequence)
instead.