Packages

This Erlang port of mohan-cao's owoify-js is released under MIT license, which is also the same license of owoify-js. This simple library will turn any string into nonsensical babyspeak similar to what LeafySweet's infamous Chrome extension did.

Current section

Files

Jump to
owoify_erl src shared word.hrl
Raw

src/shared/word.hrl

-record(word, {inner_word = <<""/utf8>> :: unicode:charlist(), replaced_words = sets:new() :: sets:set()}).