Module liquid_lib::stdlib
source · 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.