Normalizes a UUID string for consistent comparison by trimming whitespace
and converting to lowercase. Returns an empty string for null/undefined input.
Parameters
uuid: string|null|undefined
The UUID string to normalize
Returns string
The normalized (lowercased, trimmed) UUID string, or empty string if input is nullish
Normalizes a UUID string for consistent comparison by trimming whitespace and converting to lowercase. Returns an empty string for null/undefined input.