latest 5.0.x 4.1.x 4.0.x 3.3.x 3.2.x 3.1.x 3.0.x 2.14.x 2.13.x 2.12.x 2.11.x 2.10.x 2.9.x 2.8.x 2.7.0 2.6.0 2.5.0 2.4.0 2.3.x 2.2.x 2.1.x 2.0.x 1.12.x 1.11.x 1.10.x 1.9.x 1.8.x 1.6.x 1.5.x 1.4.x 1.3.x 1.2.x 1.1.x 1.0.x
Auto Light Dark
Auto Light Dark
latest 5.0.x 4.1.x 4.0.x 3.3.x 3.2.x 3.1.x 3.0.x 2.14.x 2.13.x 2.12.x 2.11.x 2.10.x 2.9.x 2.8.x 2.7.0 2.6.0 2.5.0 2.4.0 2.3.x 2.2.x 2.1.x 2.0.x 1.12.x 1.11.x 1.10.x 1.9.x 1.8.x 1.6.x 1.5.x 1.4.x 1.3.x 1.2.x 1.1.x 1.0.x

Why are newline matchers not allowed in custom rules?

Security for Confluence Data Center scans line-by-line, so newline matchers will never be matched. Existing rules which contain newlines will continue to run, but cannot be edited without removing the newline characters.

List of disallowed sequences:

  • \n, \x0a, \x0A, \u000a, \u000A

  • \r, \x0d, \x0D, \u000d, \u000D

  • \R