Packages

A library for checking if a string looks like an ip address or lat/long.

Current section

Files

Jump to
looks_like README.md
Raw

README.md

# Looks Like
Looks Like is a library that evaluates if some data looks like some known pattern.
For example, does this string look like an IP address?
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `looks_like` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:looks_like, "~> 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/looks_like>.