Text.replace

Replace a section of this Text with the specified character

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

Meta