Replies: 1 comment
-
This is a bug. It will be fixed in the next release. |
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
-
Hi, I'm trying to write a substitution rule for multiple spaces at the end of a sentence after a punctuation mark. Here is what I've been trying:
If I use anything other than $1, this regex compiles and works. However, with $1 it does not work. Any idea what is going wrong here? According to the docs $1 should work for a capture group.
Beta Was this translation helpful? Give feedback.
All reactions