ArrProfiles/regex_patterns/Sing Along (1).yml

20 lines
538 B
YAML

'description': 'Matches "Sing Along" releases when `Sing Along` is preceded by a year
- Ensures that `Sing Along` is not matched in the movie title'
'name': 'Sing Along'
'pattern': '(?<=\b[12]\d{3}\b).*\b(Sing[-_. ]Along)\b'
'tags':
- 'Edition'
'tests':
- 'expected': true
'id': 1
'input': 'Wicked 2024 Sing-Along Version 720p MA WEB-DL DDP 5.1 H.264-FLUX'
'lastRun': '2025-02-26T04:53:02.368189'
'matchSpan':
'end': 22
'start': 11
'matchedContent': ' Sing-Along'
'matchedGroups':
- 'Sing-Along'
'passes': true