# Unicode Set v1.6.1 - 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.Regex.Match](Unicode.Regex.Match.md) - [Unicode.Set](Unicode.Set.md): - [Unicode.Set.Operation](Unicode.Set.Operation.md): Functions to operate on Unicode sets - [Unicode.Set.Search](Unicode.Set.Search.md) - Exceptions - [Unicode.Set.ParseError](Unicode.Set.ParseError.md): Exception raised when an a Unicode Set cannot be parsed