From 14466eef4c92bedc917674f28f73a1c9f9b66f8d Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Tue, 7 Apr 2026 11:52:47 +0200 Subject: [PATCH] Document valid SpEL separators for tokenizer --- .../ROOT/pages/core/expressions/language-ref/literal.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/framework-docs/modules/ROOT/pages/core/expressions/language-ref/literal.adoc b/framework-docs/modules/ROOT/pages/core/expressions/language-ref/literal.adoc index a191ed6f935..5e60c6697ba 100644 --- a/framework-docs/modules/ROOT/pages/core/expressions/language-ref/literal.adoc +++ b/framework-docs/modules/ROOT/pages/core/expressions/language-ref/literal.adoc @@ -2,6 +2,7 @@ = Literal Expressions SpEL supports the following types of literal expressions. +The `\s`, `\t`, `\r` and `\n` characters are all valid separators between tokens. String :: Strings can be delimited by single quotation marks (`'`) or double quotation marks