Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filter by excluding a word? #68

Open
dor2000 opened this issue Oct 1, 2023 · 1 comment
Open

Filter by excluding a word? #68

dor2000 opened this issue Oct 1, 2023 · 1 comment

Comments

@dor2000
Copy link

dor2000 commented Oct 1, 2023

Hi, great tool thanks!
I was wondering if there was a way to extract the link that do not include a word, like "medium".
I tried NOT, - (minus), !
Like NOT medium, -medium, !medium

I also saw that v3 was accepting RegEx, so I tried various variations of \b(?!medium\b)\w+

No success, though.
Maybe there isn't any way but just curious (and think would be useful). Great tool anyway.

@jadedgnome
Copy link

i used linkgopher on this very page to exclude all matches of "linkgopher"

^(?!.*linkgopher).*$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants