Current section

Files

Jump to
phone lib phone rs.ex
Raw

lib/phone/rs.ex

defmodule Phone.RS do
use Helper.Country
field :regex, ~r/^(381)()(.+)/
field :country, "Serbia"
field :a2, "RS"
field :a3, "SRB"
match :regex
end