From bb5af50b2521e5c7791545d9d682e54c10aced41 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Tue, 23 Feb 2016 11:35:27 +0000 Subject: [PATCH] docs: Document new interpolation function md5 --- website/source/docs/configuration/interpolation.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/configuration/interpolation.html.md b/website/source/docs/configuration/interpolation.html.md index 8a316b896..2f6dacde1 100644 --- a/website/source/docs/configuration/interpolation.html.md +++ b/website/source/docs/configuration/interpolation.html.md @@ -161,6 +161,9 @@ The supported built-in functions are: * `lower(string)` - Returns a copy of the string with all Unicode letters mapped to their lower case. + * `md5(string)` - Returns a (conventional) hexadecimal representation of the + MD5 hash of the given string. + * `replace(string, search, replace)` - Does a search and replace on the given string. All instances of `search` are replaced with the value of `replace`. If `search` is wrapped in forward slashes, it is treated