I can’t seem to make a filtered word list match when trying to put it before the list
Maybe i’m overlooking something but in this regex (rust)
testword./[dwW]*(?:text|moretext|[p{Emoji}--p{Digit}^*#])
it gets caught when both words after testword./ are present at any position like this: testword./text
.
However putting it this way text testword./
does not catch whatsoever.