REGEX

This function replaces every instance of a string that matches a pattern with another string. The pattern is a regular expression.

_REGEX(string,pattern,replace)

Parameter

Type

Required/
Optional

Description

string

String

Required

Specifies the string that the function will search.

pattern

String

Required

Specifies the pattern that the function will search for. The pattern is a regular expression.

replace

String

Required

Specifies the new string that will replace the string that matches the pattern.


iWay Software