ini
ini copied to clipboard
Trim any whitespace preceeding comment from value
Whitespace at the end of a line won't be included in any values thanks to the trim at the start of unsafe()
, but any whitespace between the end of a value and the start of a comment does get included in returned values currently.
+1
Closing this due to age and lack of tests. If this is still something folks want feel free to resubmit with tests.