
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. UsageĬopyright (c) 2012-2013 by Vegard Hanssen is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Module to global (npm install -g texify) you can probably find it in your path. The module will add textify as a program. I've also included a string module which will do most of the standard string functions missing reverse(text) trim(text) stripNonAlpha(text) stripVowels(text) stripConsonants(text) Cli This will return the text in Pig Latin String This will return the robber language text as plain text toPigLatin(text) Test = totesostot fromRobberLanguage(text) This will return the text in Robber Language This will return the text from the hex numbers toRobberLanguage(text) If you set space to true, it will return a space You can use both / and | as word delimiters. This will return the text in morse code fromMorse(text)

Will convert l33t text to uppercase normal text.

Will return l33t text in uppercase fromLeet(text) Rot(text, 13) is the same as rot13(text) toLeet(text) This will return the rot(num) of the text. "This is a test" = "Guvf vf n grfg" rot(text, num) This will take the 8 bit binary text and return it as ascii text. Without is (default 0) you will get all on one line. This will convert your text to 8 bit binary numbers.
