Reports control characters (code points U+0000 through U+001F) in regular expressions.
Control characters in regex patterns are rarely intentional and can indicate a mistake or copy-paste error.
If your application intentionally processes binary data or protocols that use control characters, and you need to match them in regular expressions, you might prefer to disable this rule.