We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc9555e commit 77968d6Copy full SHA for 77968d6
README.md
@@ -71,7 +71,7 @@ v-model[.number] | String/Number | | true | Using for getting input value
71
72
regExp|Description
73
--- | --- |
74
-/^[0\D]*|\D*/g | positive integer
+/^[0\D]\*\|\D*/g | positive integer
75
/[^a-z]/g | lowercase
76
/[^A-Z]/g | uppercase
77
/[^\w]/g | \w, Equivalent to [A-Za-z0-9_]
0 commit comments