# 126811

A regular expression from the Dictionarry PCD database. Tags: Release Group, WEB-DL. Web version: https://profilarr.com/pcd/dictionarry/regular-expressions/126811

## Pattern

```regex
(?<=^|[\s.-])126811\b
```

## Description

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 regular expression.

## History

| Commit | Change | Date |
| ------ | ------ | ---- |
| [1179909](https://github.com/Dictionarry-Hub/database/commit/117990966302c8e2cc10e8d65b8efc7eb1948392) | Update Banned Group Tags and Reasoning | 2026-02-24 |
| [00bd245](https://github.com/Dictionarry-Hub/database/commit/00bd245bd7b7c5f331c85233d9c599cdaccb3339) | create: initial v2 translation (Created) | 2026-01-31 |

---

Index of this site's Markdown pages: https://profilarr.com/llms.txt
