-
I recently had to debug an issue where I wanted to disallow the word
Which ended up producing a bunch of confusing false positives, including things like the
I figured out that I could get the answer to (1) by putting a dangling backslash at the end of tokens, which causes the regex compile to fail and output the string. But it would be useful to be able to view debug logging for the rules so I don't have to do that... I'm still not sure of the answer to (2). Any advice? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Neither of these questions have a general answer.
It depends on the content and
This depends on the value of |
Beta Was this translation helpful? Give feedback.
Neither of these questions have a general answer.
It depends on the content and
extends
value of your rule. The process forexistence
is described here. You can also use Vale Studio to view the final regex.This depends on the value of
scope
. By default, it is all text with markup syntax removed.