Skip to content

regexp/prefer-regexp-test

🔧 This rule is automatically fixable by the --fix CLI option.

enforce that RegExp#test is used instead of String#match and RegExp#exec

📖 Rule Details

This rule is aimed to use RegExp#test to check if a pattern matches a string.

This rule inspired by unicorn/prefer-regexp-test rule.

Now loading...

🔧 Options

Nothing.

📚 Further reading

🚀 Version

This rule was introduced in eslint-plugin-regexp v0.3.0

🔍 Implementation