ChemPare Documentation - v0.0.0
    Preparing search index...

    Variable CAS_REGEXConst

    CAS_REGEX: RegExp = ...

    Regular expression for validating CAS (Chemical Abstracts Service) numbers. Matches the standard format of three segments: 2-7 digits, 2 digits, and 1 checksum digit.

    CAS_REGEX.test('1234-56-6') // true
    CAS_REGEX.test('50-00-0') // true
    CAS_REGEX.test('1234-56-999') // false