For the complete documentation index, see llms.txt. This page is also available as Markdown.

reMatchNoCase

Uses a regular expression (RE) to search a string for a pattern.

Method Signature

reMatchNoCase(reg_expression=[string], string=[string])

Arguments

Argument
Type
Required
Description
Default

reg_expression

string

true

The regular expression to search for

string

string

true

The string to serach in

Examples

Last updated

Was this helpful?