The REPLACE$ function takes a source string resulting from an expression, searches for every occurrence of a search string resulting from an expression, and replaces every one of those occurrences with a replacement string resulting from an expression.
Syntax
REPLACE$(Source_strExpr, Search_strExpr, Replacement_strExpr )
Return Value = Modified_String
No comments:
Post a Comment