Description Usage Arguments Value
Randomly generate a string of n_chars
sampled at random from valid_chars
.
1 | make_secret(n_chars, valid_chars)
|
n_chars |
The number of characters in the string; defaults to 6 |
valid_chars |
A string of characters to choose from; defaults to all alphanumerals, |
The generated string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.