Skip to content

Set cell number for CH with 077 078 or 079 as prefix #114

@laurentmuller

Description

@laurentmuller

For cell number in Switzerland, only the following values are valid:
077, 078 or 079

So the generation of cell number must like this:

var prefix= ['077', '078', '079'];
include(inc, 'cell', '(' + randomItem(prefix) + ')-' + random(3, 3) + '-' + random(3, 4));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions