isValidUuidString

Deprecated

Use Uuid.parseOrNull(spec) != null instead

Replace with

import kotlin.uuid.Uuid
this.parseOrNull(spec) != null

Check the spec string to conform to Uuid

Return

true if the spec string is a Uuid string