From 016f9e58afe936c51702fda259ae5f248391fe03 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Fri, 19 Feb 2021 18:03:23 +0100 Subject: [PATCH] chg: [regexp] added Farsight Compatible Regular Expressions (FCRE) added Ref: https://docs.dnsdb.info/dnsdb-fcre-reference-guide/#farsight-compatible-regular-expressions-fcre --- objects/regexp/definition.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/objects/regexp/definition.json b/objects/regexp/definition.json index fc77bb0..741674a 100644 --- a/objects/regexp/definition.json +++ b/objects/regexp/definition.json @@ -19,7 +19,8 @@ "PCRE", "PCRE2", "POSIX BRE", - "POSIX ERE" + "POSIX ERE", + "FCRE (Farsight Compatible Regular Expressions)" ] }, "type": { @@ -51,5 +52,5 @@ "regexp" ], "uuid": "ceffad66-71e5-4e20-9370-1b3fb694c648", - "version": 4 -} \ No newline at end of file + "version": 5 +}