I cant get my head around this, I have a string that may contain more than one newline at the end, and I want to trim them off, but I cant use String.Trim because the string my contain a space as the last char before the Newlines.
thanks in advance