Skip to content

Unicode Set version 0.2.0

Choose a tag to compare

@kipcole9 kipcole9 released this 23 Nov 21:47
  • Add Unicode.Set.compile_pattern/1 and Unicode.Set.pattern/1 to generate patterns and compiled patterns compatible with String.split/3 and String.replace/3.

  • Add Unicode.Set.utf8_char/1 that generates a list of codepoint ranges compatible with nimble_parsec combinators.

Set the README for example usage.