regexpi
Match a regular expression against a string (case-insensitive).
Syntax
Section titled “Syntax”k = regexpi(str, expr)Description
Section titled “Description”Like regexp but case-insensitive. Same restriction: only the basic 2-argument form is currently supported.
Example
Section titled “Example”regexpi('Foo bar', 'FOO') % 1