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.