Word.replace_with_func_multiple

You're seeing just the function replace_with_func_multiple, go back to Word module for more information.
Link to this function

replace_with_func_multiple(w, search_value, func, replace_replaced_words \\ false)

View Source

Specs

replace_with_func_multiple(
  t(),
  Regex.t(),
  (String.t(), String.t() -> String.t()),
  false
) :: t()