This commit is contained in:
Biarity 2019-01-09 20:24:56 +10:00 committed by GitHub
parent c818267526
commit af96b8e70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,10 +162,13 @@ You can replace this DSL with your own (eg. use JSON instead) by implementing an
| `<=` | Less than or equal to |
| `@=` | Contains |
| `_=` | Starts with |
| `!@=` | Contains |
| `!_=` | Starts with |
| `@=*` | Case-insensitive string Contains |
| `_=*` | Case-insensitive string Starts with |
| `==*` | Case-insensitive string Equals |
| `!@=*` | Case-insensitive string not Contains |
| `!_=*` | Case-insensitive string not Starts with |
### Handle Sieve's exceptions