first_alpha
int first_alpha(const char *string, const char *exempt);
j = first_alpha(item_str(), "YyNnMmHh");
j = first_alpha(menu_item, "YyNnMmHh");