pub fn split_identifier(s: &str) -> Vec<String>
Split an identifier into lowercase tokens on camelCase and snake/kebab.