Commit 3165c70
committed
minor #6241 [ExpressionLanguage] Add caution about backslash handling (zerustech, WouterJ)
This PR was merged into the 2.7 branch.
Discussion
----------
[ExpressionLanguage] Add caution about backslash handling
Finishes #5576
Original description:
> 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/a
Commits
-------
31d74e5 Add a caution about backslash escaping
07f8e40 [components][expression_language] Add doc for backslashes1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
23 | 35 | | |
24 | 36 | | |
25 | 37 | | |
| |||
0 commit comments