Module validator

Source
Expand description

§Handle Validator

handle_validator provides a HandleValidator struct to determine the validity of a given user handle.

Functions§

consists_of_supported_unicode_character_sets
Checks that the given string contains characters within the ranges of supported unicode character sets.
contains_blocked_characters
Checks if the given string contains any blocked characters.
is_reserved_canonical_handle
Determines whether a given canonicalized string is a reserved handle in the current context.