Module liquid_lib::stdlib[][src]

Structs

Removes all whitespaces (tabs, spaces, and newlines) from the beginning of a string.

Removes all whitespace (tabs, spaces, and newlines) from the right side of a string.

Removes all whitespace (tabs, spaces, and newlines) from both the left and right side of a string.

truncate shortens a string down to the number of characters passed as a parameter.

Removes any duplicate elements in an array.