RegexpReplace
=RegexpReplace(Input, Expr, Replacement) : string

Purpose
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
Uses .Net regular expressions.
=RegexpReplace(Input, Expr, Replacement) : string

Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
Uses .Net regular expressions.
Get help with this function in the community →