Members
(constant) ascii_chars :object
Objeto con varios sets de caracteres ascii
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
basic |
string | abcdefghijklmñopqrstuvwxyzABCDEFGHIJKLMNÑOPQRSTUVWXYZ0123456789 |
special |
string | áéíóúÁÉÍÓÚ |
symbol |
string | ¿?¡!()[]{}-_.,;:@#$%&/=+* |
single_box |
string | ┌┐└┘─│ |
double_box |
string | ╔╗╚╝═║ |
round_box |
string | ╭╮╰╯─│ |
music |
string | ♩♪♫♬♭♮♯ |
chess |
string | ♔♕♖♗♘♙♚♛♜♝♞♟ |
cards |
string | ♠♣♥♦♤♧♡♢ |
blocks |
string | █▓▒░ |
round |
string | ○◌◍◎●◐◑◒◓◔◕ |
arrow |
string | ←↑→↓↔↕↖↗↘↙ |
math |
string | ±×÷√∞∫≈≠≡≤≥ |
greek |
string | αβγδεζηθικλμνξοπρστυφχψω |
dice |
string | ⚀⚁⚂⚃⚄⚅ |
(constant) randomMethods :object
Objeto con metodos aleatorios
Type:
- object
Properties:
Name | Type | Description |
---|---|---|
getRandomElement(array) |
function | devuelve un elemento aleatorio de un array |
getRandomCharacter() |
function | devuelve un caracter aleatorio |
Methods
createSet(…sets) → {array}
Devuelve un array a partir de varios strings
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
sets |
string |
<repeatable> |
sets: strings a unir en un array |
Returns:
array de caracteres
- Type
- array