create(regex): WEBDL Groups
This commit is contained in:
parent
7bb0f3b70d
commit
c5f4ed1998
|
|
@ -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: []
|
||||
|
|
@ -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: []
|
||||
|
|
@ -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: []
|
||||
|
|
@ -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: []
|
||||
|
|
@ -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: []
|
||||
Loading…
Reference in New Issue