-
Documentation task
-
Resolution: Fixed
-
Trivial
-
3.4.4
-
None
-
None
-
Sprint 23, Sprint 24
-
0.5
On page https://www.zabbix.com/documentation/3.4/manual/config/items/item
there is a inaccuracy in description of Regular expression preprocessing.
Instead of:
output - output formatting template. An \N (where N=1…9) escape sequence is replaced with the Nth matched group.
There should be:
An \N (where N=0…9)
because first match is \0
- depends on
-
ZBX-13214 Frontend does not support \0 escape sequence in regsub()/iregsub() macro function output
- Closed