From: phk Date: Fri, 20 Jun 2008 14:51:51 +0000 (+0000) Subject: Mention that strings use %xx escapes in VCL. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3964e74b544135b8511c06d0846a1143c3d2164;p=varnish 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 --- 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