replace_regex$
A function that can be used in
Formulas
.
Syntax and semantics
replace_regex$
(
a$
,
b$
,
c$
,
n
)
within
a$
, replaces the first
n
matches of regular expression
b$
with the regular expression
c$
, or all if
n
= 0. See
Regular expressions
.
Links to this page
Functions
© Paul Boersma 2023