URL Hex-Encoded Characters : URL « CGI « Perl






URL Hex-Encoded Characters

    
Character   Value
Tab         %09
Space       %20
!           %21
"           %22
#           %23
$           %24
%           %25
&           %26
(           %28
)           %29
,           %2C
.           %2E
/           %2F
:           %3A
;           %3B
<           %3C
=           %3D
>           %3E
?           %3F
@           %40
[           %5B
\           %5C
]           %5D
^           %5E
'           %60
{           %7B
|           %7C
}           %7D
~           %7E

   
    
    
    
  








Related examples in the same category

1.Using set_message with CGI::Carp
2.A Safe String Example with uri_escape
3.Using uri_unescape to Make a String Without Escape Characters