ordspv
    Preparing search index...

    Function hasInscriptionIdShape

    • True when s has the grammar of an inscription id, whatever index it names. This is a scheme detector for callers deciding which syntax they are looking at, and never a validity gate: isInscriptionId is the gate. An out-of-range index has the shape, so a caller that detects with this and then parses reports the range as the reason rather than reporting the wrong syntax.

      Parameters

      • s: string

      Returns boolean