Skip to content

Unicode Guards version 0.1.1

Compare
Choose a tag to compare
@kipcole9 kipcole9 released this 25 Feb 18:15
· 22 commits to master since this release

Bug Fixes

  • Corrects is_whitespace/1 to include the expected characters in the range 0x9-0xd. These comprise carriage return, newline, vertical tab and tab which are commonly considered by regex engines to be whitespace.