static String normalizeKey(String key) => key.toLowerCase().replaceAll(_regExpNonNormalizedKey, '').trim();