Back to Intellij Community

RegExpOctalEscape

RegExpSupport/resources/inspectionDescriptions/RegExpOctalEscape.html

2025.3-rc-2203 B
Original Source

Reports octal escapes, which are easily confused with back references. Use hexadecimal escapes to avoid confusion.

Example:

\07

After the quick-fix is applied:

\x07

New in 2017.1