Remove tabs, spaces, and line breaks (all spaces) from the left side of the string.
str
{String}
return
{Array}
{{ trim_left str }}
{{ trim_left " ABC " }}