View Source OwoifyEx (owoify_ex v1.1.0)

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

Link to this section Summary

Functions

The main entry point of OwoifyEx.

A convenience function for OwoifyEx.owoify/2 with :uvu as the owoness.

A convenience function for OwoifyEx.owoify/2 with :uwu as the owoness.

Link to this section Types

@type owoness() :: :owo | :uwu | :uvu

Link to this section Functions

Link to this function

owoify(source, level \\ :owo)

View Source
@spec owoify(String.t(), owoness()) :: String.t()

The main entry point of OwoifyEx.

examples

Examples

iex> OwoifyEx.owoify("This is the string to owo! Kinda cute isn't it?")
This is teh stwing two owo! Kinda cute isn't it?
@spec uvuify(String.t()) :: String.t()

A convenience function for OwoifyEx.owoify/2 with :uvu as the owoness.

@spec uwuify(String.t()) :: String.t()

A convenience function for OwoifyEx.owoify/2 with :uwu as the owoness.