mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-21 21:12:50 +01:00
Spelling in README.md
This commit is contained in:
parent
af96b8e70e
commit
471761b984
@ -162,13 +162,13 @@ You can replace this DSL with your own (eg. use JSON instead) by implementing an
|
|||||||
| `<=` | Less than or equal to |
|
| `<=` | Less than or equal to |
|
||||||
| `@=` | Contains |
|
| `@=` | Contains |
|
||||||
| `_=` | Starts with |
|
| `_=` | Starts with |
|
||||||
| `!@=` | Contains |
|
| `!@=` | Does not Contains |
|
||||||
| `!_=` | Starts with |
|
| `!_=` | Does not Starts with |
|
||||||
| `@=*` | Case-insensitive string Contains |
|
| `@=*` | Case-insensitive string Contains |
|
||||||
| `_=*` | Case-insensitive string Starts with |
|
| `_=*` | Case-insensitive string Starts with |
|
||||||
| `==*` | Case-insensitive string Equals |
|
| `==*` | Case-insensitive string Equals |
|
||||||
| `!@=*` | Case-insensitive string not Contains |
|
| `!@=*` | Case-insensitive string does not Contains |
|
||||||
| `!_=*` | Case-insensitive string not Starts with |
|
| `!_=*` | Case-insensitive string does not Starts with |
|
||||||
|
|
||||||
### Handle Sieve's exceptions
|
### Handle Sieve's exceptions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user