Module handles_utils::validator
source · Expand description
Handle Validator
handle_validator
provides a HandleValidator
struct to determine the validity of a given
user handle.
Functions
- Checks that the given string contains characters within the ranges of supported unicode character sets.
- Checks if the given string contains any blocked characters.
- Determines whether a given canonicalized string is a reserved handle in the current context.