Global

Members

(constant) C0_CONTROL_ENCODE_SET :EncodeSet

The C0 control percent-encode set are the C0 controls and all code points greater than U+007E (~).

Type:
Source:
See:

(constant) FRAGMENT_ENCODE_SET :EncodeSet

The fragment percent-encode set is the C0 control percent-encode set and U+0020 SPACE, U+0022 ("), U+003C (<), U+003E (>), and U+0060 (`).

Type:
Source:
See:

(constant) PATH_ENCODE_SET :EncodeSet

The path percent-encode set is the fragment percent-encode set and U+0023 (#), U+003F (?), U+007B ({), and U+007D (}).

Type:
Source:
See:

(constant) QUERY_ENCODE_SET :EncodeSet

The query percent-encode set is the C0 control percent-encode set and U+0020 SPACE, U+0022 ("), U+0023 (#), U+0027 ('), U+003C (<), and U+003E (>).

Type:
Source:
See:

(constant) USERINFO_ENCODE_SET :EncodeSet

The userinfo percent-encode set is the path percent-encode set and U+002F (/), U+003A (:), U+003B (;), U+003D (=), U+0040 (@), U+005B ([), U+005C (), U+005D (]), U+005E (^), and U+007C (|).

Type:
Source:
See:

Type Definitions

Char

A character (String), or character code (Number).

Type:
  • String | Number
Source:

CharSet

A Set or Array of Char(s).

Type:
Source: