Morphbreed / LeetSpeakTranslator

Change normal text to Leet-Speak
4 stars 2 forks source link

Add possibility to translate leetspeak into normal-speak #2

Closed gries closed 9 years ago

gries commented 9 years ago

Add the possibility to translate l33tsp34k into normal speak.

$translator->revert('l33tsp34k !$ 4w$0m3'); // -> leetspeak is awesome
Morphbreed commented 9 years ago

The LeetSpeakTranslator has now the method to translate leetspeak to normal speak.

$trans->revert('! 4M 1H3 H320 4ND 1337'); // -> 'I am the hero and 1337

Cheers Matthias