[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iREGEXREPLACE> Tag


 
<iREGEXREPLACE 
 
 
 
 
  

Usage 
 
 
  

See Also

SRC="the source data" 
REGEX="a regular expression" 
FLAGS="EINBD" 
NEWTEXT="item to replace with" 
MAX="maximum number of matches"    (100) 
> 

This tag allows search and replace on a set of data using regular expressions.  The tag resolves to the replaced string.  SRC is the data and REGEX  holds the regular expression.  See iREGEXLIST for a description of the FLAGS settings.  NEW is the text that the matched text is to be replaced with. 

 iREGEXLIST, iREGEXFIND


iREGEXREPLACE Example
Example Source Code
Top