Class String
In:

Methods

Public Instance methods

Unescapes CGI, converting plus bytes ’+’ to space ’ ‘

escapes strings for XML The double-quote (") character is translated to """

Compatible with CGI::escape(), this iterates through each byte, so multibyte character sets may not supported (but UTF-8 should be).

This is coding agnostic, and works on each byte, so some multibyte character sets may not be fully supported (but UTF-8 should be). This is meant to be 100% compatible with the ERB::Util::escape_html and CGI::escapeHTML methods

Compatible with ERB::Util::url_encode / ERB::Util::u, this iterates through each byte, so multibyte character sets may not supported (but UTF-8 should be).

[Validate]