--- title: lstrip --- Strips all whitespace (tabs, spaces, and newlines) from the left side of a string. | Code | Output | |-------------------------------------------------------:|:-------------------| | {% raw %}`{{ ' too many spaces ' | lstrip }}`{% endraw %} | `"too many spaces "` |