Add starts_with to filter expressions

This commit is contained in:
jcorporation
2022-09-27 19:45:15 +02:00
parent 512cd7b0de
commit 868a06eaf9
7 changed files with 92 additions and 19 deletions

View File

@@ -196,6 +196,8 @@ of:
- ``(TAG contains 'VALUE')`` checks if the given value is a substring
of the tag value.
- ``(TAG starts_with 'VALUE')`` checks if the tag value starts with the given value.
- ``(TAG =~ 'VALUE')`` and ``(TAG !~ 'VALUE')`` use a Perl-compatible
regular expression instead of doing a simple string comparison.
(This feature is only available if :program:`MPD` was compiled with