SYNOPSIS<sandr $expr $replace $data>
DESCRIPTION
The sandr
function replaces in $data
every occurrence
of a $expr
REX expression with the corresponding string from
$replace
. It returns the $data
list with any replacements.
If $replace
has fewer values than $expr
, it is
"padded" with empty replacement strings for the extra search values.
DIAGNOSTICSsandr
returns the $data
list with any replacements made.