From 9120e2790c6b1a8e6ee33f8bbc1f0be0cda40276 Mon Sep 17 00:00:00 2001 From: Seraphys Date: Sun, 15 Feb 2026 16:12:26 -0600 Subject: [PATCH] create(regex): SEV Group Regex --- regex_patterns/SEV.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 regex_patterns/SEV.yml diff --git a/regex_patterns/SEV.yml b/regex_patterns/SEV.yml new file mode 100644 index 00000000..c77e792a --- /dev/null +++ b/regex_patterns/SEV.yml @@ -0,0 +1,7 @@ +name: SEV +pattern: (?<=^|[\s.-])(SEV|D0ct0rLew|Kira)\b +description: '' +tags: +- Release Group +- HEVC +tests: []