org.conman.parsers.url.tel

Parse "gopher:" URLs

$ 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

1.0.0-25 years ago87 downloads
1.0.0-15 years ago36 downloads

Dependencies

LPeg >= 1.0.1
lua

Dependency for

org.conman.parsers.url.sip

Labels

Manifests