Commit 07f8e40
[components][expression_language] Add doc for backslashes
Additional backslashes are required to escape a backslash(``\``)
in a string or regex because a string will be stripped by the lexer.
This should be documented here, otherwise, user may feel confused about
the unexpected behavior.
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | no
| Applies to | ~2.4
| Fixed tickets | n/a1 parent 309d29f commit 07f8e40
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
184 | 206 | | |
185 | 207 | | |
186 | 208 | | |
| |||
0 commit comments