Replies: 3 comments 2 replies
-
Have you tried |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the suggestion! Still 0 results, though. If
Shows file names without |
Beta Was this translation helpful? Give feedback.
1 reply
-
Whoops. Sorry, I thought I had the plugin was relatively up to date, but I was on an old version. I just updated it, and the query works. Sorry for the noise!
…On Tue, Nov 02, 2021 at 11:52 AM, Johnny Sheeley < ***@***.*** > wrote:
That makes sense, as that regex is just looking for anything that has (some
chars)- Links.
I just tried my own experiment with endswith (both with and without
negation) and it is working as expected for me. Do you have an example
vault I could try?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub (
#606 (reply in thread)
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AAA7YYSYYGZSSRYABI3XOKDUKA6PPANCNFSM5HFC7W2Q
).
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
M-bot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I must be misunderstanding something about how
endswith
works because I can't get the most simple usage working.Here's what I'm trying:
Which returns no results. If I remove the
!
, it still returns 0 results, which really seems confusing to me.In contrast, I found that I can do what I need with
regexmatch
But what am I missing here about
endswith
?If anyone can provide guidance, I'd greatly appreciate it. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions