Current section

Files

Jump to
phone lib phone so.ex
Raw

lib/phone/so.ex

defmodule Phone.SO do
use Helper.Country
field :regex, ~r/^(252)()(.+)/
field :country, "Somalia"
field :a2, "SO"
field :a3, "SOM"
match :regex
end