encodeURI

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string encodeURI(string x)
  2. void encodeURI(Appender app, string x, const(char)[] ignoreChars)
    void
    encodeURI
    (
    Appender
    )
    (
    ref Appender app
    ,
    string x
    ,
    const(char)[] ignoreChars = null
    )

Meta