Earmark.Helpers (earmark v1.4.48)

View Source

Summary

Functions

Regex.replace with the arguments in the correct order

Functions

replace(text, regex, replacement, options \\ [])

@spec replace(
  String.t(),
  Regex.t(),
  String.t() | (... -> String.t()),
  Earmark.Options.options()
) ::
  String.t()

Regex.replace with the arguments in the correct order