From d47f20f147492c19dce43d62308dff6d7f2900b4 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 13 Jun 2002 11:27:56 +0000 Subject: [PATCH] Added | to the list of characters that are not literals. [SVN r14139] --- syntax.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax.htm b/syntax.htm index e89ea3d7..327071e5 100644 --- a/syntax.htm +++ b/syntax.htm @@ -46,7 +46,7 @@ expression compilation.

Literals

-

All characters are literals except: ".", +

All characters are literals except: ".", "|", "*", "?", "+", "(", ")", "{", "}", "[", "]", "^", "$" and "\".