@jiminp/tooltool
    Preparing search index...

    Variable REGEX_SRC_UUIDConst

    REGEX_SRC_UUID: "[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}" = ...

    Regex source for matching a UUID (8-4-4-4-12 hex format, no anchors).

    Use the i flag for case-insensitive matching.

    Does not validate UUID version or variant bits.

    const pattern = new RegExp(`id:\\s*(${REGEX_SRC_UUID})`, 'i');