Hi, I’m with Sonarr Ver. 2.0.0.5162
With some stackoverflow help, maybe I found one regex that do what I need, the only problem now is that if I put into Sonarr, on a manual search Sonarr tell me
unrecognized escape sequence \K
On all possible rel, even the good one
The code with all example can be found here
or you can see it here:
/^(?:(?!\b(eng|ita)\b).)*\K\beng\W+\w+\W+sub\s?ita\b/i
So the possible solution don’t works inside Sonarr but works outside.
What can be? How to make it work on Sonarr?
Jo