create(regex): WEBDL Groups

This commit is contained in:
Seraphys 2025-04-27 15:10:12 -05:00
parent 7bb0f3b70d
commit c5f4ed1998
5 changed files with 30 additions and 0 deletions

6
regex_patterns/GNOME.yml Normal file
View File

@ -0,0 +1,6 @@
name: GNOME
pattern: (?<=^|[\s.-])GNOME\b
description: Matches "GNOME" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: PHOENiX
pattern: (?<=^|[\s.-])PHOENiX\b
description: Matches "PHOENiX" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
tests: []

6
regex_patterns/QOQ.yml Normal file
View File

@ -0,0 +1,6 @@
name: QOQ
pattern: (?<=^|[\s.-])QOQ\b
description: Matches "QOQ" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
tests: []

6
regex_patterns/TOMMY.yml Normal file
View File

@ -0,0 +1,6 @@
name: TOMMY
pattern: (?<=^|[\s.-])TOMMY\b
description: Matches "TOMMY" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
tests: []

View File

@ -0,0 +1,6 @@
name: monkee
pattern: (?<=^|[\s.-])monkee\b
description: Matches "monkee" when preceded by whitespace, a hyphen or dot
tags:
- Release Group
tests: []