File: rs-re_extract_i.rst

package info (click to toggle)
rsyslog-doc 8.2302.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,464 kB
  • sloc: python: 178; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 269 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
**************
re_extract_i()
**************

Purpose
=======

re_extract_i(expr, re, match, submatch, no-found)

This function is equivalent to `re_extract()` except that
it performs case-insensitive matches. See :doc:`re_extract <rs-re_extract>`
for further details.