@@ 14,7 14,7 @@ import (var ErrQuota = errors.New("Sorry, the API key seems to have reached its max quota.")
-var locFilterRegexp = regexp.MustCompile(` \([^)]+\)`)
+var locFilterRegexp = regexp.MustCompile(` (?:\([^)]+\)|region|state)`)
type Forecaster struct {
Credentials APICredentials