Wiki: https://flexget.com/ Forum: https://discuss.flexget.com/ Bugs: https://github.com/Flexget/Flexget/issues | Got a problem? Upload logs and config to a paste service
BrutuZ (discord)
!
gazpachoking (slack)
I think that's all the rooms back
ksurl (discord)
i am using reject excluding
BrutuZ (discord)
It is
BrutuZ (discord)
For future reference: https://regexr.com
ksurl (discord)
it's a literal period so match any single character should work anyways. i could escape it with \ i guess
ianstalk (slack)
Also if you had more characters or a range of characters I would use square brackets like [a-z]
will match any characters between A and Z
ianstalk (slack)
I personally find it easier to reason about because I don’t have to consider scoping of the or
ksurl (discord)
I want to match exact words, not a range