rindex_regex

A function that can be used in Formulas.

Syntax and semantics

rindex_regex (string$, regex$)
return the last match of the regular expression regex$ inside string$, or 0 if not found. See Regular expressions.

Links to this page


© Paul Boersma 2023