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 |
Decode a single UTF-8 sequence into a single Unicode codepoint from |
encode_utf8 |
Encode the given Unicode character to |
is_start_byte | |
next_utf8 |
Returns the smallest possible index of the next valid UTF-8 sequence
starting after |