Skip to content

Commit ff74f9e

Browse files
committed
Annotation language escape sequence updates
1 parent a43d6bb commit ff74f9e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/search/cognitive-search-skill-annotation-language.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom:
1010
- ignite-2023
1111
- build-2024
1212
ms.topic: reference
13-
ms.date: 04/15/2025
13+
ms.date: 07/14/2025
1414
---
1515
# Skill context and input annotation language
1616

@@ -106,8 +106,13 @@ Specific elements of an array can be referenced by using their numeric index lik
106106

107107
### Escape sequences
108108

109-
There are two characters that have special meaning and need to be escaped if they appear in an expression and must be interpreted as is instead of as their special meaning: `'/'` and `'~'`.
110-
Those characters must be escaped respectively as `'~0'` and `'~1'`.
109+
There are three characters that have a special meaning and need to be escaped if they are to be interpreted as-is instead of a syntax element:
110+
111+
|Value|Usage|Escape sequence| Example |
112+
|---|---|---|---|
113+
| `/` | Used in node paths | ~0 | "~0/~0" |
114+
| `~` | Used in ???? | ~1 | "~1~~1 |
115+
| `#` | Used in array enumeration | ~2 | "~2#~2" |
111116

112117
## Array enumeration
113118

0 commit comments

Comments
 (0)