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

Repack3

Flag Repack

Pattern

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

History

create: initial v2 translation

Created
00bd245

Entity created