CAS 6


regexreplace
- Text

Summary

Replace search matches with replace text. This function has special case uses that are enabled by changing the ResultRule parameter.

Examples

0 regexreplace '123XXXXXXXXRRRGGG' 'X+R' 'R'

Syntax

Limit regexserach TextField SearchPhrase ReplaceWith (Parameter)

Right Arguments

Name Data Type Input Type Description Optional Default
TextField Text Constant Values No
SearchString Text Field, Constant Regular Expression No
ReplaceString Text Field, Constant No
Parameter Text Constant Delimited name-value of parameters that change the PCRE engine behavior Yes

Result

Type: Text

Text field with matchies replaced



Build 6.0.624