usCityValidation: {
    options: { excludeEmptyString: boolean; message: string };
    regex: RegExp;
} = ...

Regex to validate U.S. city name. Examples: Portland, New York, St. Louis, O'Fallon, Winston-Salem, Manchester-by-the-Sea

Type declaration

  • options: { excludeEmptyString: boolean; message: string }
  • regex: RegExp