View Source owoify_erl (owoify_erl v1.1.0)

Turning your worst nightmare into a Rebar3 package. https://codepen.io/newbeetf2/pen/yLLaNPZ

Link to this section Summary

Functions

The main entry point of owoify_erl. This function will use the default owoness owo to owoify the source string.
The main entry point of owoify_erl. This function will require the user to explicitly pass the desired owoness to owoify the source string.
The main entry point of owoify_erl. This function will use the uvu owoness to owoify the source string.
The main entry point of owoify_erl. This function will use the uwu owoness to owoify the source string.

Link to this section Types

-type owoify_level() :: owo | uwu | uvu.

Link to this section Functions

-spec owoify(binary()) -> unicode:charlist().
The main entry point of owoify_erl. This function will use the default owoness owo to owoify the source string.
-spec owoify(binary(), owoify_level()) -> unicode:charlist().
The main entry point of owoify_erl. This function will require the user to explicitly pass the desired owoness to owoify the source string.
-spec uvuify(binary()) -> unicode:charlist().
The main entry point of owoify_erl. This function will use the uvu owoness to owoify the source string.
-spec uwuify(binary()) -> unicode:charlist().
The main entry point of owoify_erl. This function will use the uwu owoness to owoify the source string.