Current section

Files

Jump to
phone lib phone bg.ex
Raw

lib/phone/bg.ex

defmodule Phone.BG do
use Helper.Country
field :regex, ~r/^(359)()(.{8,9})/
field :country, "Bulgaria"
field :a2, "BG"
field :a3, "BGR"
match :regex
end