$ luarocks install org.conman.parsers.url.tel
Parse "tel:" URIs into a Lua table. This can only handle "tel:"
URIs. If you need to parse more than just "tel:" URIs, then you can
include, for example, "org.conman.parsers.url.url" and merge the
two:
tel = require "org.conman.parsers.url.tel"
url = require "org.conman.parsers.url.url"
url = tel.tel + url
It really is that simple.
Versions
Dependencies
LPeg >= 1.0.1
lua
org.conman.parsers.abnf >= 1.0.0