This site is still a work in progress. For the current docs, head to dictionarry.dev.
profilarr profilarr /docs

Repack1

Flag Repack

Pattern

Pattern
\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

History

create: initial v2 translation

Created
00bd245

Entity created