@tremendous/help
    Preparing search index...

    Variable SECURE_PUBLIC_TOKEN_PATTERNConst

    SECURE_PUBLIC_TOKEN_PATTERN: "[a-zA-Z0-9]{9,16}--[a-zA-Z0-9\\-_]{32,}" = ...

    Pattern for a full secure public token, as a string so consumers can embed it in larger regexes (e.g. route normalization in @tremendous/telemetry). The character classes match both cases, so callers need no i flag.