# Repack2

A regular expression from the Dictionarry PCD database. Tags: Flag, Repack. Web version: https://profilarr.com/pcd/dictionarry/regular-expressions/repack2

## Pattern

```regex
\b(real[\s.]?(re(pack|rip)|proper)|(re(pack|rip)|proper)2)\b
```

## Description

Matches either "real" (with optional space/dot) followed by proper/repack/rerip, or proper2/repack2/rerip2

* `\b(real[\s.]?(re(pack|rip)|proper)` - match real followed by proper/repack/rerip
* `|(re(pack|rip)|proper)2)\b` - or match proper2/repack2/rerip2

## References

Custom formats using this regular expression. Each link points to the markdown version.

- [Repack2](https://profilarr.com/pcd/dictionarry/custom-formats/repack2.md)

## History

| Commit | Change | Date |
| ------ | ------ | ---- |
| [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
