diff --git a/FAQ.md b/FAQ.md index 8f0c3bd5ce..1df4c6ae17 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3026,8 +3026,8 @@ The following extra operators are available: * *contains* (string/array of strings contains substring) * *matches* (string/array of strings matches regex) -* *startswith* / *endswith* (string/array of strings starting or ending with a string; since version 1.2233) -* *jpath* (string/array of JSON strings matching the [specified path](https://github.com/json-path/jsonpath); since version 1.2233) +* *startswith* / *endswith* (string/array of strings starting or ending with a string; since version 1.2333) +* *jpath* (string/array of JSON strings matching the [specified path](https://github.com/json-path/jsonpath); since version 1.2333) The following extra functions are available: diff --git a/index.html b/index.html index 51e5135262..a9804726a6 100644 --- a/index.html +++ b/index.html @@ -1656,8 +1656,8 @@ X-Google-Original-From: Somebody <somebody+extra@example.org>
The following extra functions are available: