Module regex::utf8[][src]

Re-exports

use std::char;

Constants

TAG_CONT
TAG_FOUR
TAG_THREE
TAG_TWO

Functions

decode_last_utf8

Like decode_utf8, but decodes the last UTF-8 sequence in src instead of the first.

decode_utf8

Decode a single UTF-8 sequence into a single Unicode codepoint from src.

encode_utf8

Encode the given Unicode character to dst as a single UTF-8 sequence.

is_start_byte
next_utf8

Returns the smallest possible index of the next valid UTF-8 sequence starting after i.