mirror of
https://github.com/Biarity/Sieve.git
synced 2024-11-22 13:32:33 +01:00
Merge branch 'master' of https://github.com/Biarity/Sieve
This commit is contained in:
commit
bfbbbf8b44
@ -154,6 +154,9 @@ 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 |
|
||||||
|
| `@=*` | Case-insensitive string Contains |
|
||||||
|
| `_=*` | Case-insensitive string Starts with |
|
||||||
|
| `==*` | Case-insensitive string Equals |
|
||||||
|
|
||||||
### Example project
|
### Example project
|
||||||
You can find an example project incorporating most Sieve concepts in [SieveTests](https://github.com/Biarity/Sieve/tree/master/SieveTests).
|
You can find an example project incorporating most Sieve concepts in [SieveTests](https://github.com/Biarity/Sieve/tree/master/SieveTests).
|
||||||
|
Loading…
Reference in New Issue
Block a user