Module liquid_lib::stdlib 
source · Available on crate feature 
stdlib only.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.
- truncateshortens a string down to the number of characters passed as a parameter.
- Removes any duplicate elements in an array.