ArrProfiles/regex_patterns/LAZY (1).yml

8 lines
174 B
YAML

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