Docs
Fixers
remove
remove
Learn how to remove matches from your content.
goCopy func remove(match string)
remove
will remove the matched text of any rule.
yamlCopy extends: existence message: "Don't use an ellipsis in documentation." nonword: true action: name: remove tokens: - '...'
On This Page