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
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -253,11 +253,13 @@ Tests if the value is a valid US subdivision or not. By default, codes in the sh
253
253
### UsZipCode
254
254
Tests if the value is a valid US zip code.
255
255
256
-
### Uuid
257
-
Tests if the value is a valid uuid.
256
+
### UUID
257
+
258
+
Tests if the value is a valid `UUID`.
258
259
259
260
#### Arguments
260
-
-`version` (optional) - the version to test the uuid for. Supported version are `3`, `4` and `5`. Defaults to test for `all` three if omitted.
261
+
262
+
-`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.
261
263
262
264
## Usage
263
265
The following is an example for the extra ip assert:
0 commit comments