Redirector icon indicating copy to clipboard operation
Redirector copied to clipboard

[bug] Positive lookbehind not working?

Open jonas-w opened this issue 3 years ago • 2 comments

https://regexfiddler.com/e/hpodexqrqlqj

all the tests do pass but when inserting this into redirector it tells me that the expected result is not matching.

image

jonas-w avatar Jul 29 '22 22:07 jonas-w

Hi Jonas.

For pattern type, you have wildcard selected instead of regular expression. To use a regex in the include pattern, you will need to select regular expression for the pattern type.

Gitoffthelawn avatar Jul 30 '22 06:07 Gitoffthelawn

Makes sense. But when i switch it to regular expression it accepts everything i type into the example url which seems odd?

jonas-w avatar Jul 31 '22 10:07 jonas-w