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

Repack2

Flag Repack

Pattern

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

History

create: initial v2 translation

Created
00bd245

Entity created