parse_identifiers_normalized

Function parse_identifiers_normalized 

Source
pub(crate) fn parse_identifiers_normalized(
    s: &str,
    ignore_case: bool,
) -> Vec<String>
Expand description

Parse a string into a vector of identifiers.

Note: If ignore_case is false, the string will be normalized to lowercase.