# Repack3

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

## Pattern

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

## Description

Matches either "real real" (with optional space/dot between words) followed by proper/repack/rerip, or proper3/repack3/rerip3

* `\b(real[\s.]?real[\s.]?(re(pack|rip)|proper)` - match real real followed by proper/repack/rerip
* `|(re(pack|rip)|proper)3)\b` - or match proper3/repack3/rerip3

## References

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

- [Repack3](https://profilarr.com/pcd/dictionarry/custom-formats/repack3.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
