From a918b74270707d779505b37313d2306d7bd127ca Mon Sep 17 00:00:00 2001 From: Alex Bilbie Date: Mon, 25 Mar 2019 16:43:28 +0000 Subject: [PATCH] Updated doc.go with uuid_rfc4122 examples --- doc.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc.go b/doc.go index 0bc27a1..8589c63 100644 --- a/doc.go +++ b/doc.go @@ -734,25 +734,25 @@ This validates that a string value contains a valid isbn13 value. Universally Unique Identifier UUID -This validates that a string value contains a valid UUID. +This validates that a string value contains a valid UUID. Uppercase UUID values will not pass (use `uuid_rfc4122`) instead. Usage: uuid Universally Unique Identifier UUID v3 -This validates that a string value contains a valid version 3 UUID. +This validates that a string value contains a valid version 3 UUID. Uppercase UUID values will not pass (use `uuid3_rfc4122`) instead. Usage: uuid3 Universally Unique Identifier UUID v4 -This validates that a string value contains a valid version 4 UUID. +This validates that a string value contains a valid version 4 UUID. Uppercase UUID values will not pass (use `uuid4_rfc4122`) instead. Usage: uuid4 Universally Unique Identifier UUID v5 -This validates that a string value contains a valid version 5 UUID. +This validates that a string value contains a valid version 5 UUID. Uppercase UUID values will not pass (use `uuid5_rfc4122`) instead. Usage: uuid5