Trims leading and trailing whitespace from each line in a string.
The string to trim.
strTrimLines(' Hello, world! \n How are you? ');;//=> 'Hello, world!\nHow are you?' Copy
strTrimLines(' Hello, world! \n How are you? ');;//=> 'Hello, world!\nHow are you?'
Generated using TypeDoc
Trims leading and trailing whitespace from each line in a string.