Current section

Files

Jump to
phone lib phone bd.ex
Raw

lib/phone/bd.ex

defmodule Phone.BD do
use Helper.Country
field :regex, ~r/^(880)()(.{10})/
field :country, "Bangladesh"
field :a2, "BD"
field :a3, "BGD"
match :regex
end