Friday March 29, 2024

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


Get SteelArrow!     
  replaceNC    
 
 
Return to Function List
 
Replaces a sub-string within a string with another string, and returns the new result. Replacement is global, therefore all occurences of the sub-string are replaced with the new string. This version is case-insensitive.
 
Syntax
ReplaceNC( orig_string, str_to_find, new_str )
orig_string Original string to search.
str_to_find Sub-string to match (case-insensitive matching).
new_str Replaces sub-string.
 
 
 





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy