UrlDecoder.opApply

Decodes this.source in an 'foreach' iteration over decoded chunks.

Checks whether the passed source string contains any characters encoded according to the RFC 2396 escape format. (A '%' character followed by two hexadecimal digits.)

The non-standard 4-digit unicode encoding scheme is also supported ("%u" followed by four hex digits). Such characters are converted to UTF-8.

class UrlDecoder
int
opApply
(
scope int delegate dg
)

Meta