zuse
TypeScript icon, indicating that this package has built-in type declarations

1.1.9 • Public • Published

Zuse

some common tools to work with encode, encrypt, transform, calculate, work with strings, etc.

features

alphabet position

get character position of each char in a string.

"Apple" => '1 16 16 12 5'

buchstabenwortwert (bww)

get sum of each characters position (in alphabet) in a string. In german also called "buchstabenwortwert" or short "BWW".

"Apple" => 50

QS, EQS

digit sum (in german: Quersumme or short 'QS')

1989 => 27

iterated digit sum (in German: Einstellige Quersumme or short 'EQS')

1989 => 27 => 9
2989 => 28 => 10 => 1

Handycode

replace a character by its number of a handy keyboard

Release new versions

Patch

npm run releasePatch

Minor

npm run release

Readme

Keywords

none

Package Sidebar

Install

npm i zuse

Weekly Downloads

0

Version

1.1.9

License

Apache-2.0

Last publish

Collaborators

  • sbejga