Converts a camelCase or snake_case key into a human-readable label.
humanizeKey("firstName"); // "First Name"humanizeKey("created_at"); // "Created At" Copy
humanizeKey("firstName"); // "First Name"humanizeKey("created_at"); // "Created At"
Converts a camelCase or snake_case key into a human-readable label.