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 symfony#19074 [Expression Language] Number of backslashes to escape a backslash (devojifr)
This PR was merged into the 5.4 branch.
Discussion
----------
[Expression Language] Number of backslashes to escape a backslash
To escape a backslash in a string, we must use 3 backslashes before the backslash itself.
The documentation points out we need to escape by 4 backslashes the backslash. It could be confusing, the total would 5 backslashes.
Commits
-------
a67b566 [Expression Language] Clarify number of backslashes to escape a backslash
0 commit comments