From 84ea61f9a7b1b5461f55c923c61ad1d0c3576197 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 3 Sep 2026 07:16:29 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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: