RFC3966

A RFC3966 compatible “tel” URI parser. Find the grammar in priv/RFC3966.abnf.

Source

Summary

init()
parse(text)

Functions

init()

Specs:

  • init :: :ok
Source
parse(text)

Specs:

  • parse([byte]) :: nil | {[byte], [byte], Map}
Source