-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.0.9rc1, 6.2.3rc1, 6.4.0alpha1
-
Sprint 91 (Aug 2022), Sprint 92 (Sep 2022)
-
0.5
Steps to reproduce:
- Open trigger form
- Open expression wizard modal
- Select string function "find"
- Set "V" field value to "\n"
- Press Insert
Result:
Expression is set to:
find(/host/item,,,"\n")="\\r"
Expected:
Backslash in function quoted parameters is escaped.
find(/host/item,,,"\\n")="\\r"
- causes
-
ZBX-23846 The macro resolver incorrectly quotes empty parameters in history functions
- Closed
- is duplicated by
-
ZBX-21848 Not possible to escape parentheses inside RegEx for function 'count'
- Closed
- part of
-
ZBX-21009 Function backslashes escaped when applying template from autoregistration actions
- Closed