# Unicode Set v1.7.0 - Table of Contents

> Implementation of Unicode Sets and Regexes for Elixir that can be used in
function guards, compiled patterns, nimble_parsec combinators
and regexes.

## Pages

- [Unicode Set](readme.md)
- [License](license.md)
- [Changelog](changelog.md)

## Modules

- [Unicode.Regex](Unicode.Regex.md): Implements [Unicode regular expressions](http://unicode.org/reports/tr18/)
by transforming them into regular expressions supported by
the Elixir Regex module.
- [Unicode.Set](Unicode.Set.md): 
- [Unicode.Set.Operation](Unicode.Set.Operation.md): Functions to operate on Unicode sets

- Exceptions
  - [Unicode.Set.ParseError](Unicode.Set.ParseError.md): Exception raised when a Unicode Set cannot be parsed.

