Generators
phone
Numbers in each locale’s own format, area codes, IMEI.
var faker = Faker(seed: 1337, locale: DecoyLocaleEN.locale)faker.phone.number()| Method | Example output |
|---|---|
number(_ style: Style = .human) |
(260) 468-5667(967) 405-4379(545) 995-0195 |
areaCode() |
813904808 |
exchangeCode() |
386628407 |
imei() |
654819117681843625416785586630598371236616366 |
Examples are real output from three different seeds, captured when this page was built, using each method’s default arguments. Where a signature shows parameters, pass your own to change the size, gender, length or format.