Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Roamin authored Apr 4, 2018
1 parent fc9555e commit 77968d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ v-model[.number] | String/Number | | true | Using for getting input value

regExp|Description
--- | --- |
/^[0\D]*|\D*/g | positive integer
/^[0\D]\*\|\D*/g | positive integer
/[^a-z]/g | lowercase
/[^A-Z]/g | uppercase
/[^\w]/g | \w, Equivalent to [A-Za-z0-9_]
Expand Down

0 comments on commit 77968d6

Please sign in to comment.