I don't want this library to depend on Regex anymore. Once an Email
validation Parser exists, I want to switch to that!
In preparation for that, I don't want the whitespace checker to depend
on Regex anymore either. Instead, this change has it explicitly enumerate in
the docs what characters it considers whitespace, and check for them
using plain old String.uncons.
I don't want this library to depend on
Regex
anymore. Once an Email validationParser
exists, I want to switch to that!In preparation for that, I don't want the whitespace checker to depend on
Regex
anymore either. Instead, this change has it explicitly enumerate in the docs what characters it considers whitespace, and check for them using plain oldString.uncons
.