Ticket #16676: 16676-docs.patch
File 16676-docs.patch, 548 bytes (added by , 13 years ago) |
---|
-
docs/ref/templates/builtins.txt
1163 1163 This filter will first try to coerce both values to integers. If this fails, 1164 1164 it'll attempt to add the values together anyway. This will work on some data 1165 1165 types (strings, list, etc.) and fail on others. If it fails, the result will 1166 be an empty string.1166 be the original value. 1167 1167 1168 1168 For example, if we have:: 1169 1169