docs: Document new interpolation function md5

This commit is contained in:
Radek Simko 2016-02-23 11:35:27 +00:00
parent b90cd618c2
commit bb5af50b25
1 changed files with 3 additions and 0 deletions

View File

@ -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