location-china

0.1.7 • Public • Published

location-china

Province

toShort

public toShort() {
  // 如果是自治区,只取前两个字
  if (this.name.indexOf('自治区') !== -1) {
    return this.name.substr(0, 2)
  }
 
  // remove 省 | 市
  return this.name.replace(/[(\u7701)|(\u5E02)]/g, '')
}

Readme

Keywords

none

Package Sidebar

Install

npm i location-china

Weekly Downloads

0

Version

0.1.7

License

ISC

Last publish

Collaborators

  • lckof