Check if a string is a note ID (note1)
static bool isNoteId(String str) { return isKey(Hrps.kNoteId, str); }