You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 backslashes
0 commit comments