handles_utils::validatorFunction contains_blocked_characters
Source pub fn contains_blocked_characters(input_str: &str) -> bool
Expand description
Checks if the given string contains any blocked characters.
§Arguments
input_str
- A string slice to check for blocked characters.\
§Returns
A boolean value indicating whether the string contains any blocked characters (true
) or not (false
).