Select with regex #12529
Unanswered
vstony2005
asked this question in
Troubleshooting
Select with regex
#12529
Replies: 1 comment
-
Try using Rust regex, I don't think that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the following regex with vscode to select text:
[a-zA-Z_0-9]+\b(?!\.)
It works fine.
I've just tried to use it in Helix, but it doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions