-
for example, i want the word 'hello' to trigger a highlight for 'ell' according to what i've found on PCRE2 regex, using the word simply on its own should do exactly this, but it does not and i've read a comment in a chatterino issue also claiming a word on its own will only match the entire word thank you |
Beta Was this translation helpful? Give feedback.
Answered by
Felanbird
Mar 1, 2023
Replies: 1 comment 5 replies
-
Are you sure you didn't read it backwards? It makes sense that |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
hoffor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you sure you didn't read it backwards? It makes sense that
ell
matcheshello
but I don't see whyhello
should matchell