[]
        
(Showing Draft Content)

RegEx Functions

Spread provides the following RegEx functions, listed alphabetically. 

Function 

Description 

EXTRACT 

This dynamic array function helps to extract the matching substring according to a regular expression. 

MATCH 

This function helps to find whether the text matches a regular expression. 

REPLACE 

This function helps to replace part of a text string with a different text string using a regular expression.