abs

abs

Returns the absolute value of a number.

Input

{{ -17 | abs }}

Output

17

Input

{{ 4 | abs }}

Output

4

abs will also work on a string if the string only contains a number.

Input

{{ "-19.86" | abs }}

Output

19.86

© 2005, 2006 Tobias Luetke
Licensed under the MIT License.
https://shopify.github.io/liquid/filters/abs/

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部