Returns true if SAC code (Services) is valid.
static bool isValidSAC(String sac) => _sacRegex.hasMatch(sac);