Converts your string into a cipher
Text you wish to cipher
Number of key
Text you wish to create a hash with
Default is sha256
Creates an id of string
Length of id
Returns your string with the first letter on each word uppercased
string you want to change
default is " "
Formats bytes digits into multiple types of bytes (KB, MB, GB, TB...)
Number of bytes(B)
Formats the unicode into easy to read interface
Unicode digits
Formats a number into the currect digits
Number you wish to format
Minimum fraction of digits to convert to (Default is 0)
Private
Converts an array into a string and lists out the values
Array you wish to list
Default is "and"
Generates a random number
Minimum amount of number (Default is 1)
Maximum amount of number (Default is 100)
random number
Removes duplicated strings in an array
Array you wish to remove duplicates
A new array with no duplicates
shortens a text given
Text you wish to shorten
max length of text (Default is 2000)
shuffles an array given
Array you wish to shuffle
sorts an array accordingly
Array you wish to sort
Generated using TypeDoc
Converts your string into a cipher