Removes the first and last line from a given string.
The string from which the first and last line will be removed.
strRemoveFirstAndLastLine('Line1\nLine2\nLine3');;//=> 'Line2' Copy
strRemoveFirstAndLastLine('Line1\nLine2\nLine3');;//=> 'Line2'
Generated using TypeDoc
Removes the first and last line from a given string.