Trims the leading whitespace from each line in a string.
The string to trim.
strTrimLinesLeft(' line1\n line2\n line3');;//=> 'line1\nline2\nline3' Copy
strTrimLinesLeft(' line1\n line2\n line3');;//=> 'line1\nline2\nline3'
Generated using TypeDoc
Trims the leading whitespace from each line in a string.