Word (owoify_ex v0.1.1) View Source
Link to this section Summary
Link to this section Types
Specs
replaced_words() :: [String.t()]
Specs
t() :: %Word{replaced_words: replaced_words(), word: word()}
Specs
word() :: String.t()
Link to this section Functions
Specs
Link to this function
replace(w, search_value, replace_value, replace_replaced_words \\ false)
View SourceSpecs
Link to this function
replace_with_func_multiple(w, search_value, func, replace_replaced_words \\ false)
View SourceSpecs
Link to this function