Skip to main content

Module string

Module string 

Source
Expand description

Helper traits and methods for strings.

Structsยง

Linkifier ๐Ÿ”’
A helper type to linkify text.

Enumsยง

MentionsMode ๐Ÿ”’
The mentions mode of the Linkifier.

Constantsยง

EMAIL_URI_PREFIX ๐Ÿ”’
The prefix for an email URI.
HTTPS_URI_PREFIX ๐Ÿ”’
The prefix for a HTTPS URL.
MATRIX_URI_SCHEME ๐Ÿ”’
The scheme for a matrix: URI.

Traitsยง

OptionStringExt ๐Ÿ”’
Extensions to Option<String>.
PangoStrMutExt ๐Ÿ”’
Common extensions for adding Pango markup to mutable strings.
StrExt ๐Ÿ”’
Common extensions to strings.
StrMutExt ๐Ÿ”’
Common extensions to mutable strings.

Functionsยง

linkify ๐Ÿ”’
Linkify the given text.