-
Problem report
-
Resolution: Fixed
-
Trivial
-
7.0.0alpha3
-
None
-
Sprint 103 (Aug 2023), Sprint 104 (Sep 2023), Sprint 105 (Oct 2023)
-
0.5
1) item returns a single slash,
or it could be another preprocessing step that returns single slash, like Javascript, e.g.:
return "\\";
2) Setting second Replace step:
\ -> \\ Result: \
3) Setting second Replace step:
\\ -> \\ Result: \
4) Setting second Replace step:
\\\ -> \\ Result: \
5) Setting second Replace step:
\\\ -> \\\ Result: \
6) Setting second Replace step:
\\\\ -> \\\\ Result: \
- part of
-
ZBX-21898 Add escaping of backslashes in history function parameters.
- Closed