Quantcast
Channel: Real SharePoint
Viewing all articles
Browse latest Browse all 11

SharePoint Escape Characters

$
0
0

How sharepoint handles escape characters? Sharepoint internally replace escape character with some code like, if you are creating field with space in that name e.g. “my column” then sharepoint replace space with _x0020_ e.g “my_x0020_column”.
Following are the complete escape characters and their code in Sharepoint.

Blank space: _x0020_
Underscore: _x002d_
Dash: _x0027_

Here is the Format:

_x00[the escape code]_

Char Code

[space] 20
3E
# 23
% 25
{ 7B
} 7D
| 7C
\ 5C
^ 5E
~ 7E
[ 5B
] 5D
` 60
; 3B
/ 2F
? 3F
: 3A
@ 40
= 3D
& 26
$ 24



Viewing all articles
Browse latest Browse all 11

Latest Images

Trending Articles





Latest Images