converts characters to numbers A->0
groups binary string by 8 bits and convert to string
converts binary string to RLE number string
convert string to binary representation one (no default delimiter)
removes spaces
performs nonzero-based Atbash conversion for numbers
performs zero-based Atbash conversion for numbers
performs Atbash conversion for HEX-string
checks if string is RLE like
qwerty keyboard horizontal mirror conversion (1->z q->a)
qwerty keyboard vertical mirror conversion (1->0 q->p a->; z->/)
parses Braille code from digit representation
parses number string using Polybius cube, default cube is a->z
replaces part of string with another part
reverses string characters
converts number string to binary applying RLE algorythm (default offset 0)
performs characters transposition skipping each N
performs Atbash conversion for letters
swaps mentioned characters
performs conversion to morse code with delimited (space by default)
reshape array to new dimensions
transpose matrix (2d array)