-
I have the following PCRE2 regex (tested on regex101.com) which works correctly afaict: Use cases:
I can't seem to get this working in Vale. Some example test strings:
Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Answered by
jdkato
Apr 30, 2024
Replies: 1 comment 2 replies
-
extends: existence
message: "'%s' should only be capitalized when starting a sentence."
level: error
nonword: true
scope:
- heading
- list
- sentence
tokens:
- (?<=\s)Internet(?! Service Provider| Protocol) See also this Vale Studio session. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
daobrien
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also this Vale Studio session.