Faker().separator¶ Provides functionality for getting locale-based separator symbol. dictionary file yaml en: time: formats: us: "%m/%d/%Y %I:%M %p" am: "AM" pm: "PM" faker: separator: ' & ' currency_symbol: '$' kotlin Faker().separator.separator() // => & Back to generators page