From c2c6e8d1258158f61fba026ded1e48ffc5b36cf6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 14 Jan 2022 19:43:45 +0530 Subject: feat(eval): implements 0 or more quantifier --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') 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] -- cgit v1.3.1