👤

hamal is processing a log file and would like to extract records containing the years 2014 through 2016. what regular expression would match this requirement? 201[4-6] 20[0-1][4-6] 2[0146] 201[46]