How to match a word at the end of a line with consult-line
?
#1139
Answered
by
minad
richardfrangie
asked this question in
Q&A
-
Hi, is there a way to match a word at the end of a line using For example:
I tried with Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Nov 28, 2024
Replies: 1 comment
-
You can use the regexp |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
richardfrangie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the regexp
third$
but for technical reasons additional Orderless configuration is needed. See these examples: