region function

String region()

return a random chinese region.

Implementation

String region() {
  return pick(regions);
}