Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random String #50

Closed
201flaviosilva opened this issue Jul 1, 2022 · 3 comments
Closed

Random String #50

201flaviosilva opened this issue Jul 1, 2022 · 3 comments
Assignees

Comments

@201flaviosilva
Copy link
Owner

{
numberCharacaters: 12,
numbers: true,
capital: true,
small: true,
symbols: true,
}
const ABC = ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "y", "Z",];
const abc = ["a", "b", "c", "d", "e", "f", "G", "H", "I", "J", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",];
const numbers = ["0", "1", "2", "3", "4", "5", "6", "7", "8", "9",];
const symbols1 = ["!", "\"", "@", "#", "€", "$", "£", "'Reference to deleted milestone , '‰", "&", "¶", "/", "(", "[", ")", "]", "=", "≠", "'", "?", "+", "*",];
@201flaviosilva
Copy link
Owner Author

created branch 50-random-string to address this issue

@201flaviosilva
Copy link
Owner Author

mentioned in commit 100b27a

@201flaviosilva
Copy link
Owner Author

mentioned in commit c35f22b

@201flaviosilva 201flaviosilva self-assigned this Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant