You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -317,13 +317,13 @@ Tests if the value is a valid US subdivision or not. By default, codes in the sh
317
317
318
318
Tests if the value is a valid US zip code.
319
319
320
-
### Uuid
320
+
### UUID
321
321
322
322
Tests if the value is a valid `UUID`.
323
323
324
324
#### Arguments
325
325
326
-
-`version` (optional) - the version to test the `UUID` for. Supported versions are `3`, `4`and `5`. Defaults to test for `all` three if omitted.
326
+
-`version` (optional) - the version to test the `UUID` for. Supported versions are `3`, `4`, `5`, `7`, `max`, and `nil`. Defaults to test for `all` if omitted.
0 commit comments