pull/1081/head
Dean Karn 1 year ago
parent d1178535f7
commit f17b3458fa
  1. 4
      README.md

@ -207,13 +207,13 @@ Baked-in Validations
| Tag | Description |
| - | - |
| eq | Equals |
| eqIgnoreCase | Equals ignoring case |
| eq_ignore_case | Equals ignoring case |
| gt | Greater than|
| gte | Greater than or equal |
| lt | Less Than |
| lte | Less Than or Equal |
| ne | Not Equal |
| neIgnoreCase | Not Equal ignoring case |
| ne_ignore_case | Not Equal ignoring case |
### Other:
| Tag | Description |

Loading…
Cancel
Save