pub fn consists_of_supported_unicode_character_sets(input_str: &str) -> bool
Expand description

Checks that the given string contains characters within the ranges of supported unicode character sets.

Arguments

  • input_str - A string slice to check for characters within the allowed unicode character sets..

Returns

A boolean value indicating whether the string contains characters within the allowed unicode character sets (true) or not (false).