encodeUrlPart

Encode an URL part using a custom predicate.

pure
string
encodeUrlPart
(
alias isCharAllowed
char escape = '%'
)
(
string s
)

Meta