mediathekview / MediathekView

Das Programm MediathekView durchsucht die Online-Mediatheken verschiedener Sender
https://mediathekview.de
GNU General Public License v3.0
845 stars 95 forks source link

Regex search is intransparent: need a matches found part within "Abo anlegen" or "Abo ändern" #656

Closed tps800 closed 2 years ago

tps800 commented 2 years ago

The ability to define regex searches for Abos is great, but it is most times difficult to make sure the regex matches what you want it to match. Would be nice to have an element within "Abo anlegen", "Abo ändern" showing what is matched while entering search terms. At now it is a lot of "shooting the moon" defining a regex. You'll not see what it will match – you can just hope it is what you want.

derreisende77 commented 2 years ago

There are tons of free websites which will help you defining regex rules for certain text which you can use in a following step in MV. Currently I do not plan to integrate any help with creating regex matches.