summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 415b00a..9f9d718 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,7 @@ Whitespaces are ignore (except within literals)
* `a,b` => match `a` followed by `b` (next item)
* `[name \s\T]` => match property of object (example matches items with property `name` as non-empty string)
* `> n` | `>= n` | `< n` | `<= n` => Comparison with literal number [TODO]
+* `/pat/` => Test string values against regex [TODO]