Packages

String Utility module. It helps perform some validation during application development particularly the ones that involve user input like REST API or Web Applications.

Current section

Files

Jump to
Raw

README.md

# ExStringUtil
**String Utility module**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_string_util` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ex_string_util, "~> 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/ex_string_util](https://hexdocs.pm/ex_string_util).