FindFruct.replace

Replace all matches with the given character. Use method tokens() instead to avoid heap activity.

Returns a copy of the content with replacements made

  1. mstring replace(cstring content, char chr)
    struct FindFruct
    replace
  2. mstring replace(cstring content, cstring sub)

Meta