pub(crate) fn parse_identifiers_normalized( s: &str, ignore_case: bool, ) -> Vec<String>
Parse a string into a vector of identifiers.
Note: If ignore_case is false, the string will be normalized to lowercase.