Skip to content

Random greek alphabet letter #558

@Shinigami92

Description

@Shinigami92

Clear and concise description of the problem

As a user I want to generate a random greek letter so that I can prepend this to a name of an object.

I would like to have the option to get a short or a long version of a letter (α or 'alpha').
Maybe Α and άλφα could also somehow get returned.

Suggested solution

const cameraName = 'Camera ' + faker.<?>.greekLetter({ format: 'long' });

const cameraName2 = faker.helpers.mustache('Camera {{greekLetter({format:"long"})}}');

I'm open to other ideas

Alternative

No response

Additional context

https://en.wikipedia.org/wiki/Greek_alphabet#Letters

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions