create(regex): WEBDL Groups

This commit is contained in:
Seraphys 2025-04-27 16:25:12 -05:00
parent a31e0256a0
commit fbc94284b5
2 changed files with 12 additions and 0 deletions

View File

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

6
regex_patterns/LAZY.yml Normal file
View File

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