Merge pull request #82 from hanzei/doc-in
This commit is contained in:
commit
712493e27c
@ -30,6 +30,7 @@ P.S.: If you are a developer or have a technical knowledge to read a code and wo
|
|||||||
* `>=` greater than or equals
|
* `>=` greater than or equals
|
||||||
* `=~` to match against a regular expression
|
* `=~` to match against a regular expression
|
||||||
* `!=~` does not match this regular expression
|
* `!=~` does not match this regular expression
|
||||||
|
* `in` member of a list (e.g. ` prop in ["foo", "bar"]`)
|
||||||
|
|
||||||
Further, you can combine multiple of these with `and`. Example `prop =~ /something/ and prop != “something”`.
|
Further, you can combine multiple of these with `and`. Example `prop =~ /something/ and prop != “something”`.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user