ArrProfiles/regex_patterns/PHOENiX (1).yml

7 lines
172 B
YAML

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