One detail about this change: I made no effort to preserve the trailing whitespace and so it doesn't get printed back when the String method is used on the parsed tags. The comment on that method indicates it's reassembling the tags to a valid string, so I figured it fit, but lmk if you think otherwise.
One detail about this change: I made no effort to preserve the trailing whitespace and so it doesn't get printed back when the
String
method is used on the parsed tags. The comment on that method indicates it's reassembling the tags to a valid string, so I figured it fit, but lmk if you think otherwise.