pub fn contains_blocked_characters(input_str: &str) -> bool
Checks if the given string contains any blocked characters.
input_str
A boolean value indicating whether the string contains any blocked characters (true) or not (false).
true
false