pub fn is_core_section(key: &str) -> bool
true if key is in the core section (core.<x>), matched case-insensitively like git (Core.x, CORE.x all count).
true
key
core
core.<x>
Core.x
CORE.x