\REGEX function

This article describes the formula syntax of the \REGEX function.

Description

Return a handle to a compiled regular expression.

Syntax

\REGEX(regex, flags)

regex is a regular expression.
flags are optional flags from the REGEX_SYNTAX_* enumeration.

Return a handle to a compiled regular rexpression.