regexp/prefer-regexp-test
🔧 This rule is automatically fixable by the --fix
CLI option.
enforce that
RegExp#test
is used instead ofString#match
andRegExp#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.
🔧 Options
Nothing.
📚 Further reading
🚀 Version
This rule was introduced in eslint-plugin-regexp v0.3.0