From e3964e74b544135b8511c06d0846a1143c3d2164 Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 20 Jun 2008 14:51:51 +0000 Subject: [PATCH] Mention that strings use %xx escapes in VCL. Closes 252 git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2746 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/man/vcl.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/man/vcl.7 b/varnish-cache/man/vcl.7 index 387b23a8..4dbbaf7f 100644 --- a/varnish-cache/man/vcl.7 +++ b/varnish-cache/man/vcl.7 @@ -57,7 +57,7 @@ In addition to the C-like assignment (=), comparison (==) and boolean matching using the ~ operator. .Pp Unlike C and Perl, the backslash (\\) character has no special meaning -in strings in VCL, +in strings in VCL, which use the (%xx) escape mechanism just like URLs, so it can be freely used in regular expressions without doubling. .Pp Assignments are introduced with the -- 2.39.5