Enforces consistent escaping of control characters in regular expressions by requiring standard escape sequences (\0, \t, \n, \v, \f, \r) instead of hex, unicode, or control character escapes.
If your codebase has an established convention of using hex or unicode escapes for control characters, or if you need consistency with generated code that uses these formats, you may disable this rule.