https://github.com/elixir-unicode/unicode_regex
Unicode regular expressions for Elixir
https://github.com/elixir-unicode/unicode_regex
Last synced: 4 months ago
JSON representation
Unicode regular expressions for Elixir
- Host: GitHub
- URL: https://github.com/elixir-unicode/unicode_regex
- Owner: elixir-unicode
- License: other
- Created: 2020-01-08T06:53:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T06:54:14.000Z (about 6 years ago)
- Last Synced: 2025-02-18T01:42:49.520Z (11 months ago)
- Language: Elixir
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UnicodeRegex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `unicode_regex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:unicode_regex, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/unicode_regex](https://hexdocs.pm/unicode_regex).