You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: