Text.replace

Replace a section of this Text with the specified array

  1. Text replace(T chr)
  2. Text replace(const(T)[] chars)
    class Text(T)
    final
    replace
    (
    const(T)[] chars
    )
  3. Text replace(const(TextViewT) other)

Meta