diff --git a/README.md b/README.md index e91563f..4d487ac 100644 --- a/README.md +++ b/README.md @@ -204,8 +204,12 @@ operator by one implemented by the user of this library. "field" startsWith "\"value\"" +"field" notStartsWith "\"value\"" + "field" endsWith "\"value\"" +"field" notEndsWith "\"value\"" + "field" expContains "\"value\"" "field" expNotContains "\"value\""