14 lines
373 B
YAML
14 lines
373 B
YAML
name: 10bit-HDS
|
|
pattern: (?<=^|[\s.-])10bit-HDS\b
|
|
description: 'Matches the release group `10bit-HDS` only if it is:
|
|
|
|
|
|
- Preceded by the start of the string (`^`), a whitespace character (`\s`), a period
|
|
(`.`), or a hyphen (`-`).
|
|
|
|
- Followed by a word boundary (`\b`), ensuring it ends cleanly without being part
|
|
of a longer word. '
|
|
tags:
|
|
- Release Group
|
|
tests: []
|