# Repack1

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

## Pattern

```regex
\b(re(pack|rip)|proper)\b
```

## Description

Matches 'PROPER' or 'REPACK' or 'RERIP' only when they appear after a year (4 digits) but not before one.

* `(?<=.*?\d{4}.*?)` - look for a 4-digit number before
* `\b(re(pack|rip)|proper)\b` - match proper/repack/rerip

## References

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

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