House of Fusion
Home of the ColdFusion Community
Search over 2,500 ColdFusion resources here  >>>      

Functions

  • Basic Functions
    • Find(substring, string [, start ])
    • FindNoCase(substring, string [, start ])
    • Replace(string, substring1, substring2 [, scope ])
    • ReplaceNoCase(string, substring1, substring2 [, scope ])
  • Regular Expression Functions
    • REFind(reg_expression, string [, start ] [, returnsubexpressions ] )
    • REFindNoCase(reg_expression, string [, start ] [, returnsubexpressions ] )
    • REReplace(string, reg_expression, substring [, scope ])
    • REReplaceNoCase(string, reg_expression, substring [, scope ])