-
Problem report
-
Resolution: Fixed
-
Trivial
-
3.4.5rc2, 4.0.0alpha1
-
Sprint 24, Sprint 25
-
0.5
Steps to reproduce:
- Create an item
- Create a trigger
- Use {{ITEM.VALUE}.regsub(.*, \0)} in both trigger name and tags
- Make sure that item received a value
- Go to Monitoring->Problems or Monitoring->Triggers
Result:
Sequence got replaced with item value (since pattern .* matches everything) in tags by server and with \0 by frontend
Expected:
In both cases \0 should be replaced with a matched text.
- part of
-
ZBX-13189 Missing documentation on \0 escape sequence in several places where regular expressions are supported
- Closed