quotePlus

Like quote(), but also replace ' ' with '+', as required for quoting HTML form values. Plus signs in the original string are escaped unless they are included in safe. It also does not have safe default to '/'.

@safe
string
quotePlus
(
string input
,
const(char)[] safe = ""
,
string encoding = "utf-8"
,)

Meta