Rope.replace

Replace given substring with a new value

  1. Rope replace(size_t low, size_t high, Rope value)
  2. Rope replace(String oldValue, Rope value)
    struct Rope
    const nothrow
    replace
    (
    String
    )

Meta