summaryrefslogtreecommitdiffstats
path: root/source/rainerscript/functions/rs-re_extract_i.rst
blob: 1eb96c2e21de8e4678f436da99657d745fbdb42d (plain)
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.