Skip to content

regexp (built-in plugin)

Rules provided by the built-in regexp plugin.

See the Plugin System for configuration examples.

Best practices

  • Keep regex-focused rules enabled in code that parses user input
  • Prefer simpler patterns and validate with test cases for adversarial inputs

Released under the MIT License.