URL Hex-Encoded Characters : URL « CGI « Perl

Home
Perl
1.Array
2.CGI
3.Class
4.Data Type
5.Database
6.File
7.GUI
8.Hash
9.Language Basics
10.Network
11.Regular Expression
12.Report
13.Statement
14.String
15.Subroutine
16.System Functions
17.Win32
18.XML
Perl » CGI » URL 




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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.