@jiminp/tooltool
    Preparing search index...

    Variable REGEX_UUIDConst

    REGEX_UUID: RegExp = ...

    Regex for matching a complete UUID string (case-insensitive, anchored).

    REGEX_UUID.test('550e8400-e29b-41d4-a716-446655440000'); // true
    REGEX_UUID.test('not-a-uuid'); // false