We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e58bcd commit 2109f86Copy full SHA for 2109f86
doc.go
@@ -643,13 +643,13 @@ hashtag (#)
643
644
Lowercase String
645
646
-This validates that a string value contains only lowercase characters. An empty string is considered a valid lowercase string.
+This validates that a string value contains only lowercase characters. An empty string is not a valid lowercase string.
647
648
Usage: lowercase
649
650
Uppercase String
651
652
-This validates that a string value contains only uppercase characters. An empty string is considered a valid uppercase string.
+This validates that a string value contains only uppercase characters. An empty string is not a valid uppercase string.
653
654
Usage: uppercase
655
0 commit comments