Docs
Keys
WordTemplate
WordTemplate
Learn how Vale defines individual words.
iniCopy # Default WordTemplate = (?:%s)
WordTemplate specifies the regular-expression template Vale uses when it
matches individual words.
Vale replaces %s with the token pattern generated by a rule and then applies
the final expression to your content.
In most cases, the default value should be kept as-is. Change this setting only if you need custom word-boundary behavior.
On This Page