Regex.replace with the arguments in the correct order
Regex.replace
@spec replace( String.t(), Regex.t(), String.t() | (... -> String.t()), Earmark.Options.options() ) :: String.t()