ArrProfiles/regex_patterns/monkee (1).yml

8 lines
180 B
YAML

'description': 'Matches "monkee" when preceded by whitespace, a hyphen or dot'
'name': 'monkee'
'pattern': '(?<=^|[\s.-])monkee\b'
'tags':
- 'Release Group'
- 'WEB-DL'
'tests': []