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