Thursday March 28, 2024

       
      SteelArrow Basics
      SteelArrow Tags
  SteelArrow Functions
  SteelArrow Objects
  Advanced Topics
  WAS Overview
   
   
       
      Overview
  Code Samples
  Site Search
   
   
   


Get SteelArrow!     
  .replace    
 
 
Return to Function List
 
Replaces a sub-string within a STRING (or LIST) with another string. Replacement is global, therefore all occurences of the sub-string are replaced within the STRING or LIST object. This version is case-sensitive, use .ReplaceNC for a case-insensitive version.
In LIST objects only elements that match exactly are replaced with the new_str.
 
Syntax
OBJECT.Replace( str_to_find, new_str )
str_to_find Sub-string to match.
new_str Replaces sub-string.
 
 
 





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy