Current section

Files

Jump to
phone lib phone gl.ex
Raw

lib/phone/gl.ex

defmodule Phone.GL do
use Helper.Country
field :regex, ~r/^(299)(..)(.{4})/
field :country, "Greenland"
field :a2, "GL"
field :a3, "GRL"
match :regex
end