pt_BR.phone.conf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalacheck-faker_2.13 Show documentation
Show all versions of scalacheck-faker_2.13 Show documentation
Fake data generation using ScalaCheck Arbitrary instances
The newest version!
phone {
area-codes = ["11", "12", "13", "14", "15", "16", "17", "18", "19", "21", "22", "24", "27", "28", "31", "32", "33", "34", "35", "37", "38", "41", "42", "43", "44", "45", "46", "47", "48", "49", "51", "53", "54", "55", "61", "62", "63", "64", "65", "66", "67", "68", "69", "71", "73", "74", "75", "77", "79", "81", "82", "83", "84", "85", "86", "87", "88", "89", "91", "92", "93", "94", "95", "96", "97", "98", "99"]
phone-number-builder = {options = [{parts = [{type = "seq-string-part", value = ${phone.area-codes}}, {type = "seq-string-part", value = ["###-####"]}]}]}
cell-number-builder = {options = [{parts = [{type = "seq-string-part", value = ${phone.area-codes}}, {type = "seq-string-part", value = ["###-####"]}]}]}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy