ArrProfiles/regex_patterns/GNOME (1).yml

8 lines
177 B
YAML

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