I'm searching for UUIDs in blocks of text using a regex. Currently I'm relying on the assuming that all UUIDs will follow a patttern of 8-4-4-4-12 hexadecimal digits.
Can anyone think of a use case where this assumption would be invalid and would cause me to miss some UUIDs?