126811
Release Group WEB-DL
Pattern
Pattern
(?<=^|[\s.-])126811\bDescription
Matches the release group 126811 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.
References
No custom formats reference this regex.
History
- Description changed
Before
emptyAfter
Matches the release group
126811only 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.
- Preceded by the start of the string (