Navigation

Operators and Keywords

Function List:

C++ API

: [s, e, te, m, t, nm, sp] = regexpi (str, pat)
: […] = regexpi (str, pat, "opt1", …)

Case insensitive regular expression string matching.

Search for pat in str and return the positions and substrings of any matches, or empty values if there are none. See ‘regexp’, for details on the syntax of the search pattern.

See also: regexp.

Package: octave