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
[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/a
0 commit comments