Module string

Source
Expand description

String handling routines; not included in prelude, should avoid using publicly.

Functions§

url_encoded
Implements percent-encoding of byte arrays. It is not suggested, despite it’s public access, that you use this function. Instead, feed the byte array directly to the member data for the type you wish to have encoded, it will do it automatically on output.