mirror of
https://github.com/Fishwaldo/validator.git
synced 2025-07-09 22:51:03 +00:00
Fix a category of endswith in README
This commit is contained in:
parent
ea924ce89a
commit
f2ce6a4f92
1 changed files with 1 additions and 1 deletions
|
@ -129,6 +129,7 @@ Baked-in Validations
|
|||
| contains | Contains |
|
||||
| containsany | Contains Any |
|
||||
| containsrune | Contains Rune |
|
||||
| endswith | Ends With |
|
||||
| lowercase | Lowercase |
|
||||
| multibyte | Multi-Byte Characters |
|
||||
| number | NOT DOCUMENTED IN doc.go |
|
||||
|
@ -186,7 +187,6 @@ Baked-in Validations
|
|||
| - | - |
|
||||
| dir | Directory |
|
||||
| e164 | NOT DOCUMENTED IN doc.go |
|
||||
| endswith | Ends With |
|
||||
| excludes | Excludes |
|
||||
| excludesall | Excludes All |
|
||||
| excludesrune | Excludes Rune |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue