Closed emk closed 4 years ago
We add a --trim-whitespace command. This avoids using the standard trim() method because that method requires a UTF-8 string, and we handle UTF-8 input, so we need to roll our own.
--trim-whitespace
trim()
We add a
--trim-whitespace
command. This avoids using the standardtrim()
method because that method requires a UTF-8 string, and we handle UTF-8 input, so we need to roll our own.