Standardize grade format
static String standardizeGrade(String grade) { return grade.replaceAll(RegExp(r'\s'), '').toLowerCase(); }