Unicode Guards version 0.1.1
Bug Fixes
- Corrects
is_whitespace/1
to include the expected characters in the range0x9-0xd
. These comprise carriage return, newline, vertical tab and tab which are commonly considered by regex engines to be whitespace.