View Source owoify_erl (owoify_erl v1.0.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.
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().
-spec owoify(binary() | maybe_improper_list(binary() | maybe_improper_list(any(), binary() | []) | char(), binary() | []), owoify_level()) -> unicode:charlist().