"+" is a reserved character in URLs and encodes to "%2B".
What is its special meaning?
|
|
|
It's the URL-encoded value of space. For example, search for "url encoding" (without the quotes) in Google, and then look at the URL. It will include
Note the plus where the space was. |
|||
|
|
hiii... In ISO-Latin charecter set + is a charecter which, can be used for concatenation or addition. But when we use it in url it represents space. Thus it has diffrent meaning in url. It has diffrent meaning in url because ,it is reserved charecter in url , used for space. |
|||
|
|