Skip to content

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() 813
904
808
exchangeCode() 386
628
407
imei() 654819117681843
625416785586630
598371236616366

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.