X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Ffilter-file.html;h=718870c5a8b648330a967288e1f3f32901ef0406;hb=6231ae15da15f2db745a7dd1bccc672b2394f7cb;hp=f07dbd338eee4238776b76b04c0563e79235e591;hpb=d9813d602eb59d009d10e6d3861cd99821a6db70;p=privoxy.git diff --git a/doc/webserver/user-manual/filter-file.html b/doc/webserver/user-manual/filter-file.html index f07dbd33..718870c5 100644 --- a/doc/webserver/user-manual/filter-file.html +++ b/doc/webserver/user-manual/filter-file.html @@ -8,7 +8,7 @@ - + @@ -93,9 +93,9 @@

Note that '$' is a bad choice for a delimiter in a dynamic filter as you might end up with unintended variables if you use a variable name directly after the delimiter. Variables will be resolved without escaping anything, therefore you also have to be careful not to chose delimiters that appear in the replacement text. For example - '<' should be save, while '?' will sooner or later cause conflicts with $url.

+ '<' should be save, while '?' will sooner or later cause conflicts with $url.

The non-standard option letter T (trivial) prevents parsing for backreferences in the - substitute. Use it if you want to include text like '$&' in your substitute without quoting.

+ substitute. Use it if you want to include text like '$&' in your substitute without quoting.

If you are new to "Regular Expressions", you might want to take a look at the Appendix on regular expressions, and see the