sheng-tool
    Preparing search index...

    Function isAShareCode

    • 验证 A 股代码,规则为 sh / sz / SH / SZ 后面跟六位数字。

      Parameters

      • str: string

      Returns boolean

      0.0.1

      isAShareCode('sh001896')     // true
      isAShareCode('sz001896') // true
      isAShareCode('SH001896') // true
      isAShareCode('SZ001896') // true