rstrip

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

Input
  • {{ '          Hello!         ' | lstrip }}
Output
  •           Hello!