Function matterdb::validation::is_valid_index_name_component[][src]

pub fn is_valid_index_name_component(prefix: &str) -> bool

Validates that a prefix consists of chars allowed for an index prefix.

Unlike full names, prefixes are not allowed to contain a dot char '.'.