strip_newlines删除换行符
ZKEASOFT August 28, 2018
strip_newlines
strip_newlines
用于从字符串中删除任何换行符(换行符)。
输入
{% capture string_with_newlines %}
Hello
there
{% endcapture %}
{{ string_with_newlines | strip_newlines }}
输出
Hellothere
ZKEASOFT August 28, 2018
strip_newlines
用于从字符串中删除任何换行符(换行符)。
输入
{% capture string_with_newlines %}
Hello
there
{% endcapture %}
{{ string_with_newlines | strip_newlines }}
输出
Hellothere