Current section

Files

Jump to
phone lib phone sy.ex
Raw

lib/phone/sy.ex

defmodule Phone.SY do
use Helper.Country
field :regex, ~r/^(963)()(.+)/
field :country, "Syria"
field :a2, "SY"
field :a3, "SYR"
match :regex
end