feature: concat filter

This commit is contained in:
harttle
2017-10-30 02:22:56 +08:00
parent a239389044
commit 485424cc89
4 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ Otherwise, undefined variables will cause an exception. Defaults to `false`.
* `trim_value_left` is similiar to `trim_value_right`, whereas the `\n` is exclusive. Defaults to `false`. See [Whitespace Control][whitespace control] for details.
* `greedy` is used to specify whether `trim_left`/`trim_right` is greedy. When set to `true`, all successive blank characters including `\n` will be trimed regardless of line breaks. Defaults to `true`.
* `greedy` is used to specify whether `trim_left`/`trim_right` is greedy. When set to `true`, all consecutive blank characters including `\n` will be trimed regardless of line breaks. Defaults to `true`.
## Use with Express.js