View Source owoify_erl (owoify_erl v1.1.0)
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().
-spec owoify(binary(), owoify_level()) -> unicode:charlist().
-spec uvuify(binary()) -> unicode:charlist().
-spec uwuify(binary()) -> unicode:charlist().