Function matterdb::validation::is_allowed_index_name_char[][src]

pub fn is_allowed_index_name_char(c: u8) -> bool

Checks that a character is allowed in an index name.

Only these combination of symbols are allowed: [0-9], [a-z], [A-Z], _, -.