Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-13018

possibly incorrect example in the macro function page

XMLWordPrintable

    • Icon: Documentation task Documentation task
    • Resolution: Won't fix
    • Icon: Trivial Trivial
    • None
    • 3.2.10rc1
    • Documentation (D)
    • None

      the macro function page has this example :

      {{ITEM.VALUE}.regsub("([1-9]+", "Problem ID: \1")}
      

      it seems to be missing the closing parenthesis in the capture group, i'd have expected this instead :

      {{ITEM.VALUE}.regsub("([1-9]+)", "Problem ID: \1")}
      

            Unassigned Unassigned
            richlv richlv
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: