pub fn is_host_pattern(pattern: &str) -> boolExpand description
Returns true if the host pattern contains wildcards, character classes, negation or whitespace-separated multi-patterns (*, ?, [], !, space/tab). These are SSH match patterns, not concrete hosts.