View Source owoify_erl (owoify_erl v1.0.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.

Link to this section Types

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

Link to this section Functions

-spec owoify(binary() |
       maybe_improper_list(binary() | maybe_improper_list(any(), binary() | []) | char(),
                           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() |
       maybe_improper_list(binary() | maybe_improper_list(any(), binary() | []) | char(),
                           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.