Thank you! This worked perfectly!
Quote:
Originally Posted by capink
Code:
program:
contains(field('format'), '(mp3|m4a|m4b)', 'Audiobook available', '')
Edit: The pattern highlighted in blue, is a regular expression that can match multiple formats.
|