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, the package can be installed
by adding looks_like to your list of dependencies in mix.exs:
def deps do
[
{:looks_like, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/looks_like.